Html Css Color HEX #383CAA Persian Blue

📋 copy color: '#383CAA'

red 56 ◦ green 60 ◦ blue 170

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

Shades of Persian Blue #383CAA

Tints of Persian Blue #383CAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 59.44%

R = 19.58%
G = 20.98%
B = 59.44%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#383CAA (or 0x383CAA) is known color: Persian Blue. HEX triplet: 38, 3C and AA. RGB value is (56,60,170). Sum of RGB (Red+Green+Blue) = 56+60+170=286 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.58% from 286); Green value is 60 (23.83% from 255 or 20.98% from 286); Blue value is 170 (66.80% from 255 or 59.44% from 286); Max value from RGB is 170 - color contains mainly: blue. Hex color #383CAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383CAA is #C7C355. Grayscale: #464646. Windows color (decimal): -13091670 or 11156536. OLE color: 11156536.

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

Color convert

RGB 56 60 170 -
CMYK 0.67 0.65 0 0.33
HSL 237.89º 0.5% 0.44% -
HSV(B) 237.89º 0.67% 0.67% -
XYZ 10.5 6.97 38.82 -
YUV 71.34 183.67 117.06 -
System Red Green Blue C M Y K H S L
Decimal 56 60 170 0.67 0.65 0 0.33 237.89 0.5 0.44
Hex 38 3C AA 43 41 0 21 EE 32 2C
Octal 70 74 252 103 101 0 41 356 62 54
Binary 111000 111100 10101010 1000011 1000001 0 100001 11101110 110010 101100

Color Harmonies of #383CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CAA

Black with #383CAA

Text Example


Text Example

White with #383CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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