Html Css Color HEX #383CA8 Persian Blue

📋 copy color: '#383CA8'

red 56 ◦ green 60 ◦ blue 168

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

Shades of Persian Blue #383CA8

Tints of Persian Blue #383CA8

RGB

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

 GREEN value IS 60 (23.83% from 255) = 21.13%

 BLUE value IS 168 (66.02% from 255) = 59.15%

R = 19.72%
G = 21.13%
B = 59.15%

CMYK

 C value IS 0.67

 M value IS 0.64

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#383CA8 (or 0x383CA8) is known color: Persian Blue. HEX triplet: 38, 3C and A8. RGB value is (56,60,168). Sum of RGB (Red+Green+Blue) = 56+60+168=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 60 (23.83% from 255 or 21.13% from 284); Blue value is 168 (66.02% from 255 or 59.15% from 284); Max value from RGB is 168 - color contains mainly: blue. Hex color #383CA8 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CA8 is #C7C357. Grayscale: #464646. Windows color (decimal): -13091672 or 11025464. OLE color: 11025464.

HSL color Cylindrical-coordinate representation of color #383CA8: hue angle of 237.86º degrees, saturation: 0.5, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #383CA8 is Cyan = 0.67, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 56 60 168 -
CMYK 0.67 0.64 0 0.34
HSL 237.86º 0.5% 0.44% -
HSV(B) 237.86º 0.67% 0.66% -
XYZ 10.31 6.9 37.83 -
YUV 71.12 182.67 117.22 -
System Red Green Blue C M Y K H S L
Decimal 56 60 168 0.67 0.64 0 0.34 237.86 0.5 0.44
Hex 38 3C A8 43 40 0 22 EE 32 2C
Octal 70 74 250 103 100 0 42 356 62 54
Binary 111000 111100 10101000 1000011 1000000 0 100010 11101110 110010 101100

Color Harmonies of #383CA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CA8

Black with #383CA8

Text Example


Text Example

White with #383CA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #383CA8; }

 p { color: rgb(56,60,168); }

 H1.HeaderClassName
 {
   color: #383CA8;
 }
 .AnyTagClassName
 {
   color: #383CA8;
 }
</style>

background-color css

<style>
 a { background-color: #383CA8; }

 a { background-color: rgb(56,60,168); }

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

border-color css

<style>
 span { border-color: #383CA8; }

 span { border-color: rgb(56,60,168); }

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