Html Css Color HEX #383BA9 Persian Blue

📋 copy color: '#383BA9'

red 56 ◦ green 59 ◦ blue 169

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

Shades of Persian Blue #383BA9

Tints of Persian Blue #383BA9

RGB

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

 GREEN value IS 59 (23.44% from 255) = 20.77%

 BLUE value IS 169 (66.41% from 255) = 59.51%

R = 19.72%
G = 20.77%
B = 59.51%

CMYK

 C value IS 0.67

 M value IS 0.65

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#383BA9 (or 0x383BA9) is known color: Persian Blue. HEX triplet: 38, 3B and A9. RGB value is (56,59,169). Sum of RGB (Red+Green+Blue) = 56+59+169=284 (37% of max value = 765). Red value is 56 (22.27% from 255 or 19.72% from 284); Green value is 59 (23.44% from 255 or 20.77% from 284); Blue value is 169 (66.41% from 255 or 59.51% from 284); Max value from RGB is 169 - color contains mainly: blue. Hex color #383BA9 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383BA9 is #C7C456. Grayscale: #464646. Windows color (decimal): -13091927 or 11090744. OLE color: 11090744.

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

Color convert

RGB 56 59 169 -
CMYK 0.67 0.65 0 0.34
HSL 238.41º 0.5% 0.44% -
HSV(B) 238.41º 0.67% 0.66% -
XYZ 10.36 6.83 38.31 -
YUV 70.64 183.51 117.56 -
System Red Green Blue C M Y K H S L
Decimal 56 59 169 0.67 0.65 0 0.34 238.41 0.5 0.44
Hex 38 3B A9 43 41 0 22 EE 32 2C
Octal 70 73 251 103 101 0 42 356 62 54
Binary 111000 111011 10101001 1000011 1000001 0 100010 11101110 110010 101100

Color Harmonies of #383BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BA9

Black with #383BA9

Text Example


Text Example

White with #383BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,59,169); }

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

background-color css

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

 a { background-color: rgb(56,59,169); }

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

border-color css

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

 span { border-color: rgb(56,59,169); }

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