Html Css Color HEX #382FCC Persian Blue

📋 copy color: '#382FCC'

red 56 ◦ green 47 ◦ blue 204

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

Shades of Persian Blue #382FCC

Tints of Persian Blue #382FCC

RGB

 RED value IS 56 (22.27% from 255) = 18.24%

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

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

R = 18.24%
G = 15.31%
B = 66.45%

CMYK

 C value IS 0.73

 M value IS 0.77

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#382FCC (or 0x382FCC) is known color: Persian Blue. HEX triplet: 38, 2F and CC. RGB value is (56,47,204). Sum of RGB (Red+Green+Blue) = 56+47+204=307 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.24% from 307); Green value is 47 (18.75% from 255 or 15.31% from 307); Blue value is 204 (80.08% from 255 or 66.45% from 307); Max value from RGB is 204 - color contains mainly: blue. Hex color #382FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #382FCC is #C7D033. Grayscale: #424242. Windows color (decimal): -13094964 or 13381432. OLE color: 13381432.

HSL color Cylindrical-coordinate representation of color #382FCC: hue angle of 243.44º 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 #382FCC is Cyan = 0.73, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 47 204 -
CMYK 0.73 0.77 0 0.2
HSL 243.44º 0.63% 0.49% -
HSV(B) 243.44º 0.77% 0.8% -
XYZ 13.55 7.23 57.81 -
YUV 67.59 204.98 119.73 -
System Red Green Blue C M Y K H S L
Decimal 56 47 204 0.73 0.77 0 0.2 243.44 0.63 0.49
Hex 38 2F CC 49 4D 0 14 F3 3F 31
Octal 70 57 314 111 115 0 24 363 77 61
Binary 111000 101111 11001100 1001001 1001101 0 10100 11110011 111111 110001

Color Harmonies of #382FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #382FCC

Black with #382FCC

Text Example


Text Example

White with #382FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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