Html Css Color HEX #302BCE Persian Blue

📋 copy color: '#302BCE'

red 48 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #302BCE

Tints of Persian Blue #302BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.48%

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

R = 16.16%
G = 14.48%
B = 69.36%

CMYK

 C value IS 0.77

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#302BCE (or 0x302BCE) is known color: Persian Blue. HEX triplet: 30, 2B and CE. RGB value is (48,43,206). Sum of RGB (Red+Green+Blue) = 48+43+206=297 (39% of max value = 765). Red value is 48 (19.14% from 255 or 16.16% from 297); Green value is 43 (17.19% from 255 or 14.48% from 297); Blue value is 206 (80.86% from 255 or 69.36% from 297); Max value from RGB is 206 - color contains mainly: blue. Hex color #302BCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #302BCE is #CFD431. Grayscale: #3E3E3E. Windows color (decimal): -13620274 or 13511472. OLE color: 13511472.

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

Color convert

RGB 48 43 206 -
CMYK 0.77 0.79 0 0.19
HSL 241.84º 0.65% 0.49% -
HSV(B) 241.84º 0.79% 0.81% -
XYZ 13.22 6.81 59.01 -
YUV 63.08 208.66 117.25 -
System Red Green Blue C M Y K H S L
Decimal 48 43 206 0.77 0.79 0 0.19 241.84 0.65 0.49
Hex 30 2B CE 4D 4F 0 13 F2 41 31
Octal 60 53 316 115 117 0 23 362 101 61
Binary 110000 101011 11001110 1001101 1001111 0 10011 11110010 1000001 110001

Color Harmonies of #302BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #302BCE

Black with #302BCE

Text Example


Text Example

White with #302BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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