Html Css Color HEX #303FB8 Persian Blue

📋 copy color: '#303FB8'

red 48 ◦ green 63 ◦ blue 184

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

Shades of Persian Blue #303FB8

Tints of Persian Blue #303FB8

RGB

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

 GREEN value IS 63 (25% from 255) = 21.36%

 BLUE value IS 184 (72.27% from 255) = 62.37%

R = 16.27%
G = 21.36%
B = 62.37%

CMYK

 C value IS 0.74

 M value IS 0.66

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#303FB8 (or 0x303FB8) is known color: Persian Blue. HEX triplet: 30, 3F and B8. RGB value is (48,63,184). Sum of RGB (Red+Green+Blue) = 48+63+184=295 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.27% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 184 (72.27% from 255 or 62.37% from 295); Max value from RGB is 184 - color contains mainly: blue. Hex color #303FB8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303FB8 is #CFC047. Grayscale: #474747. Windows color (decimal): -13615176 or 12074800. OLE color: 12074800.

HSL color Cylindrical-coordinate representation of color #303FB8: hue angle of 233.38º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #303FB8 is Cyan = 0.74, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 48 63 184 -
CMYK 0.74 0.66 0 0.28
HSL 233.38º 0.59% 0.45% -
HSV(B) 233.38º 0.74% 0.72% -
XYZ 11.65 7.64 46.21 -
YUV 72.31 191.03 110.66 -
System Red Green Blue C M Y K H S L
Decimal 48 63 184 0.74 0.66 0 0.28 233.38 0.59 0.45
Hex 30 3F B8 4A 42 0 1C E9 3B 2D
Octal 60 77 270 112 102 0 34 351 73 55
Binary 110000 111111 10111000 1001010 1000010 0 11100 11101001 111011 101101

Color Harmonies of #303FB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303FB8

Black with #303FB8

Text Example


Text Example

White with #303FB8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #303FB8; }

 p { color: rgb(48,63,184); }

 H1.HeaderClassName
 {
   color: #303FB8;
 }
 .AnyTagClassName
 {
   color: #303FB8;
 }
</style>

background-color css

<style>
 a { background-color: #303FB8; }

 a { background-color: rgb(48,63,184); }

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

border-color css

<style>
 span { border-color: #303FB8; }

 span { border-color: rgb(48,63,184); }

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