Html Css Color HEX #302FBB Persian Blue

📋 copy color: '#302FBB'

red 48 ◦ green 47 ◦ blue 187

#302FBB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #302FBB

Tints of Persian Blue #302FBB

RGB

 RED value IS 48 (19.14% from 255) = 17.02%

 GREEN value IS 47 (18.75% from 255) = 16.67%

 BLUE value IS 187 (73.44% from 255) = 66.31%

R = 17.02%
G = 16.67%
B = 66.31%

CMYK

 C value IS 0.74

 M value IS 0.75

 Y value IS 0

 K value IS 0.27

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#302FBB (or 0x302FBB) is known color: Persian Blue. HEX triplet: 30, 2F and BB. RGB value is (48,47,187). Sum of RGB (Red+Green+Blue) = 48+47+187=282 (37% of max value = 765). Red value is 48 (19.14% from 255 or 17.02% from 282); Green value is 47 (18.75% from 255 or 16.67% from 282); Blue value is 187 (73.44% from 255 or 66.31% from 282); Max value from RGB is 187 - color contains mainly: blue. Hex color #302FBB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302FBB is #CFD044. Grayscale: #3E3E3E. Windows color (decimal): -13619269 or 12267312. OLE color: 12267312.

HSL color Cylindrical-coordinate representation of color #302FBB: hue angle of 240.43º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #302FBB is Cyan = 0.74, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 48 47 187 -
CMYK 0.74 0.75 0 0.27
HSL 240.43º 0.6% 0.46% -
HSV(B) 240.43º 0.75% 0.73% -
XYZ 11.21 6.25 47.63 -
YUV 63.26 197.83 117.12 -
System Red Green Blue C M Y K H S L
Decimal 48 47 187 0.74 0.75 0 0.27 240.43 0.6 0.46
Hex 30 2F BB 4A 4B 0 1B F0 3C 2E
Octal 60 57 273 112 113 0 33 360 74 56
Binary 110000 101111 10111011 1001010 1001011 0 11011 11110000 111100 101110

Color Harmonies of #302FBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302FBB

Black with #302FBB

Text Example


Text Example

White with #302FBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #302FBB; }

 p { color: rgb(48,47,187); }

 H1.HeaderClassName
 {
   color: #302FBB;
 }
 .AnyTagClassName
 {
   color: #302FBB;
 }
</style>

background-color css

<style>
 a { background-color: #302FBB; }

 a { background-color: rgb(48,47,187); }

 div.DivClassName
 {
   background-color: #302FBB;
 }
 .BgClassName
 {
   background-color: #302FBB;
 }
</style>

border-color css

<style>
 span { border-color: #302FBB; }

 span { border-color: rgb(48,47,187); }

 td.TdClassName
 {
   border-color: #302FBB;
 }
 .TagClassName
 {
   border-color: #302FBB;
 }
</style>