Html Css Color HEX #383CAF Persian Blue

📋 copy color: '#383CAF'

red 56 ◦ green 60 ◦ blue 175

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

Shades of Persian Blue #383CAF

Tints of Persian Blue #383CAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 60.14%

R = 19.24%
G = 20.62%
B = 60.14%

CMYK

 C value IS 0.68

 M value IS 0.66

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#383CAF (or 0x383CAF) is known color: Persian Blue. HEX triplet: 38, 3C and AF. RGB value is (56,60,175). Sum of RGB (Red+Green+Blue) = 56+60+175=291 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.24% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 175 (68.75% from 255 or 60.14% from 291); Max value from RGB is 175 - color contains mainly: blue. Hex color #383CAF is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CAF is #C7C350. Grayscale: #474747. Windows color (decimal): -13091665 or 11484216. OLE color: 11484216.

HSL color Cylindrical-coordinate representation of color #383CAF: hue angle of 237.98º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #383CAF is Cyan = 0.68, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 56 60 175 -
CMYK 0.68 0.66 0 0.31
HSL 237.98º 0.52% 0.45% -
HSV(B) 237.98º 0.68% 0.69% -
XYZ 10.98 7.17 41.36 -
YUV 71.91 186.17 116.65 -
System Red Green Blue C M Y K H S L
Decimal 56 60 175 0.68 0.66 0 0.31 237.98 0.52 0.45
Hex 38 3C AF 44 42 0 1F EE 34 2D
Octal 70 74 257 104 102 0 37 356 64 55
Binary 111000 111100 10101111 1000100 1000010 0 11111 11101110 110100 101101

Color Harmonies of #383CAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CAF

Black with #383CAF

Text Example


Text Example

White with #383CAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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