Html Css Color HEX #383FAA Persian Blue

📋 copy color: '#383FAA'

red 56 ◦ green 63 ◦ blue 170

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

Shades of Persian Blue #383FAA

Tints of Persian Blue #383FAA

RGB

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

 GREEN value IS 63 (25% from 255) = 21.8%

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

R = 19.38%
G = 21.8%
B = 58.82%

CMYK

 C value IS 0.67

 M value IS 0.63

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#383FAA (or 0x383FAA) is known color: Persian Blue. HEX triplet: 38, 3F and AA. RGB value is (56,63,170). Sum of RGB (Red+Green+Blue) = 56+63+170=289 (38% of max value = 765). Red value is 56 (22.27% from 255 or 19.38% from 289); Green value is 63 (25% from 255 or 21.80% from 289); Blue value is 170 (66.80% from 255 or 58.82% from 289); Max value from RGB is 170 - color contains mainly: blue. Hex color #383FAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383FAA is #C7C055. Grayscale: #484848. Windows color (decimal): -13090902 or 11157304. OLE color: 11157304.

HSL color Cylindrical-coordinate representation of color #383FAA: hue angle of 236.32º 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 #383FAA is Cyan = 0.67, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 56 63 170 -
CMYK 0.67 0.63 0 0.33
HSL 236.32º 0.5% 0.44% -
HSV(B) 236.32º 0.67% 0.67% -
XYZ 10.66 7.3 38.88 -
YUV 73.11 182.68 115.8 -
System Red Green Blue C M Y K H S L
Decimal 56 63 170 0.67 0.63 0 0.33 236.32 0.5 0.44
Hex 38 3F AA 43 3F 0 21 EC 32 2C
Octal 70 77 252 103 77 0 41 354 62 54
Binary 111000 111111 10101010 1000011 111111 0 100001 11101100 110010 101100

Color Harmonies of #383FAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FAA

Black with #383FAA

Text Example


Text Example

White with #383FAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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