Html Css Color HEX #303CCB Persian Blue

📋 copy color: '#303CCB'

red 48 ◦ green 60 ◦ blue 203

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

Shades of Persian Blue #303CCB

Tints of Persian Blue #303CCB

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.29%

 BLUE value IS 203 (79.69% from 255) = 65.27%

R = 15.43%
G = 19.29%
B = 65.27%

CMYK

 C value IS 0.76

 M value IS 0.70

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#303CCB (or 0x303CCB) is known color: Persian Blue. HEX triplet: 30, 3C and CB. RGB value is (48,60,203). Sum of RGB (Red+Green+Blue) = 48+60+203=311 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.43% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 203 (79.69% from 255 or 65.27% from 311); Max value from RGB is 203 - color contains mainly: blue. Hex color #303CCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303CCB is #CFC334. Grayscale: #484848. Windows color (decimal): -13615925 or 13319216. OLE color: 13319216.

HSL color Cylindrical-coordinate representation of color #303CCB: hue angle of 235.35º degrees, saturation: 0.62, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #303CCB is Cyan = 0.76, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 60 203 -
CMYK 0.76 0.70 0 0.20
HSL 235.35º 0.62% 0.49% -
HSV(B) 235.35º 0.76% 0.8% -
XYZ 13.61 8.17 57.36 -
YUV 72.71 201.52 110.37 -
System Red Green Blue C M Y K H S L
Decimal 48 60 203 0.76 0.70 0 0.20 235.35 0.62 0.49
Hex 30 3C CB 4C 46 0 14 EB 3E 31
Octal 60 74 313 114 106 0 24 353 76 61
Binary 110000 111100 11001011 1001100 1000110 0 10100 11101011 111110 110001

Color Harmonies of #303CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303CCB

Black with #303CCB

Text Example


Text Example

White with #303CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,60,203); }

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

background-color css

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

 a { background-color: rgb(48,60,203); }

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

border-color css

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

 span { border-color: rgb(48,60,203); }

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