Html Css Color HEX #392BCB Persian Blue

📋 copy color: '#392BCB'

red 57 ◦ green 43 ◦ blue 203

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

Shades of Persian Blue #392BCB

Tints of Persian Blue #392BCB

RGB

 RED value IS 57 (22.66% from 255) = 18.81%

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

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

R = 18.81%
G = 14.19%
B = 67%

CMYK

 C value IS 0.72

 M value IS 0.79

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#392BCB (or 0x392BCB) is known color: Persian Blue. HEX triplet: 39, 2B and CB. RGB value is (57,43,203). Sum of RGB (Red+Green+Blue) = 57+43+203=303 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.81% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #392BCB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392BCB is #C6D434. Grayscale: #404040. Windows color (decimal): -13030453 or 13314873. OLE color: 13314873.

HSL color Cylindrical-coordinate representation of color #392BCB: hue angle of 245.25º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #392BCB is Cyan = 0.72, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 57 43 203 -
CMYK 0.72 0.79 0 0.20
HSL 245.25º 0.65% 0.48% -
HSV(B) 245.25º 0.79% 0.8% -
XYZ 13.33 6.91 57.13 -
YUV 65.43 205.64 121.99 -
System Red Green Blue C M Y K H S L
Decimal 57 43 203 0.72 0.79 0 0.20 245.25 0.65 0.48
Hex 39 2B CB 48 4F 0 14 F5 41 30
Octal 71 53 313 110 117 0 24 365 101 60
Binary 111001 101011 11001011 1001000 1001111 0 10100 11110101 1000001 110000

Color Harmonies of #392BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392BCB

Black with #392BCB

Text Example


Text Example

White with #392BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #392BCB; }

 p { color: rgb(57,43,203); }

 H1.HeaderClassName
 {
   color: #392BCB;
 }
 .AnyTagClassName
 {
   color: #392BCB;
 }
</style>

background-color css

<style>
 a { background-color: #392BCB; }

 a { background-color: rgb(57,43,203); }

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

border-color css

<style>
 span { border-color: #392BCB; }

 span { border-color: rgb(57,43,203); }

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