Html Css Color HEX #303BCE Persian Blue

📋 copy color: '#303BCE'

red 48 ◦ green 59 ◦ blue 206

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

Shades of Persian Blue #303BCE

Tints of Persian Blue #303BCE

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

 BLUE value IS 206 (80.86% from 255) = 65.81%

R = 15.34%
G = 18.85%
B = 65.81%

CMYK

 C value IS 0.77

 M value IS 0.71

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#303BCE (or 0x303BCE) is known color: Persian Blue. HEX triplet: 30, 3B and CE. RGB value is (48,59,206). Sum of RGB (Red+Green+Blue) = 48+59+206=313 (41% of max value = 765). Red value is 48 (19.14% from 255 or 15.34% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 206 (80.86% from 255 or 65.81% from 313); Max value from RGB is 206 - color contains mainly: blue. Hex color #303BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #303BCE is #CFC431. Grayscale: #474747. Windows color (decimal): -13616178 or 13515568. OLE color: 13515568.

HSL color Cylindrical-coordinate representation of color #303BCE: hue angle of 235.82º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #303BCE is Cyan = 0.77, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 48 59 206 -
CMYK 0.77 0.71 0 0.19
HSL 235.82º 0.62% 0.5% -
HSV(B) 235.82º 0.77% 0.81% -
XYZ 13.92 8.21 59.24 -
YUV 72.47 203.36 110.55 -
System Red Green Blue C M Y K H S L
Decimal 48 59 206 0.77 0.71 0 0.19 235.82 0.62 0.5
Hex 30 3B CE 4D 47 0 13 EC 3E 32
Octal 60 73 316 115 107 0 23 354 76 62
Binary 110000 111011 11001110 1001101 1000111 0 10011 11101100 111110 110010

Color Harmonies of #303BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #303BCE

Black with #303BCE

Text Example


Text Example

White with #303BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,59,206); }

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

background-color css

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

 a { background-color: rgb(48,59,206); }

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

border-color css

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

 span { border-color: rgb(48,59,206); }

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