Html Css Color HEX #383AAA Persian Blue

📋 copy color: '#383AAA'

red 56 ◦ green 58 ◦ blue 170

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

Shades of Persian Blue #383AAA

Tints of Persian Blue #383AAA

RGB

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

 GREEN value IS 58 (23.05% from 255) = 20.42%

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

R = 19.72%
G = 20.42%
B = 59.86%

CMYK

 C value IS 0.67

 M value IS 0.66

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#383AAA (or 0x383AAA) is known color: Persian Blue. HEX triplet: 38, 3A and AA. RGB value is (56,58,170). Sum of RGB (Red+Green+Blue) = 56+58+170=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 58 (23.05% from 255 or 20.42% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #383AAA is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383AAA is #C7C555. Grayscale: #454545. Windows color (decimal): -13092182 or 11156024. OLE color: 11156024.

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

Color convert

RGB 56 58 170 -
CMYK 0.67 0.66 0 0.33
HSL 238.95º 0.5% 0.44% -
HSV(B) 238.95º 0.67% 0.67% -
XYZ 10.4 6.77 38.79 -
YUV 70.17 184.34 117.89 -
System Red Green Blue C M Y K H S L
Decimal 56 58 170 0.67 0.66 0 0.33 238.95 0.5 0.44
Hex 38 3A AA 43 42 0 21 EF 32 2C
Octal 70 72 252 103 102 0 41 357 62 54
Binary 111000 111010 10101010 1000011 1000010 0 100001 11101111 110010 101100

Color Harmonies of #383AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383AAA

Black with #383AAA

Text Example


Text Example

White with #383AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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