Html Css Color HEX #381FCC Persian Blue

📋 copy color: '#381FCC'

red 56 ◦ green 31 ◦ blue 204

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

Shades of Persian Blue #381FCC

Tints of Persian Blue #381FCC

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.65%

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

R = 19.24%
G = 10.65%
B = 70.1%

CMYK

 C value IS 0.73

 M value IS 0.85

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#381FCC (or 0x381FCC) is known color: Persian Blue. HEX triplet: 38, 1F and CC. RGB value is (56,31,204). Sum of RGB (Red+Green+Blue) = 56+31+204=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 31 (12.5% from 255 or 10.65% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #381FCC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #381FCC is #C7E033. Grayscale: #393939. Windows color (decimal): -13099060 or 13377336. OLE color: 13377336.

HSL color Cylindrical-coordinate representation of color #381FCC: hue angle of 248.67º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #381FCC is Cyan = 0.73, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 31 204 -
CMYK 0.73 0.85 0 0.2
HSL 248.67º 0.74% 0.46% -
HSV(B) 248.67º 0.85% 0.8% -
XYZ 13.02 6.18 57.63 -
YUV 58.2 210.28 126.43 -
System Red Green Blue C M Y K H S L
Decimal 56 31 204 0.73 0.85 0 0.2 248.67 0.74 0.46
Hex 38 1F CC 49 55 0 14 F9 4A 2E
Octal 70 37 314 111 125 0 24 371 112 56
Binary 111000 11111 11001100 1001001 1010101 0 10100 11111001 1001010 101110

Color Harmonies of #381FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381FCC

Black with #381FCC

Text Example


Text Example

White with #381FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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