Html Css Color HEX #392FCC Persian Blue

📋 copy color: '#392FCC'

red 57 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #392FCC

Tints of Persian Blue #392FCC

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.26%

 BLUE value IS 204 (80.08% from 255) = 66.23%

R = 18.51%
G = 15.26%
B = 66.23%

CMYK

 C value IS 0.72

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#392FCC (or 0x392FCC) is known color: Persian Blue. HEX triplet: 39, 2F and CC. RGB value is (57,47,204). Sum of RGB (Red+Green+Blue) = 57+47+204=308 (40% of max value = 765). Red value is 57 (22.66% from 255 or 18.51% from 308); Green value is 47 (18.75% from 255 or 15.26% from 308); Blue value is 204 (80.08% from 255 or 66.23% from 308); Max value from RGB is 204 - color contains mainly: blue. Hex color #392FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #392FCC is #C6D033. Grayscale: #434343. Windows color (decimal): -13029428 or 13381433. OLE color: 13381433.

HSL color Cylindrical-coordinate representation of color #392FCC: hue angle of 243.82º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #392FCC is Cyan = 0.72, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 57 47 204 -
CMYK 0.72 0.77 0 0.2
HSL 243.82º 0.63% 0.49% -
HSV(B) 243.82º 0.77% 0.8% -
XYZ 13.6 7.26 57.81 -
YUV 67.89 204.81 120.23 -
System Red Green Blue C M Y K H S L
Decimal 57 47 204 0.72 0.77 0 0.2 243.82 0.63 0.49
Hex 39 2F CC 48 4D 0 14 F4 3F 31
Octal 71 57 314 110 115 0 24 364 77 61
Binary 111001 101111 11001100 1001000 1001101 0 10100 11110100 111111 110001

Color Harmonies of #392FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #392FCC

Black with #392FCC

Text Example


Text Example

White with #392FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(57,47,204); }

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

background-color css

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

 a { background-color: rgb(57,47,204); }

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

border-color css

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

 span { border-color: rgb(57,47,204); }

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