Html Css Color HEX #383CB9 Persian Blue

📋 copy color: '#383CB9'

red 56 ◦ green 60 ◦ blue 185

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

Shades of Persian Blue #383CB9

Tints of Persian Blue #383CB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 18.6%
G = 19.93%
B = 61.46%

CMYK

 C value IS 0.70

 M value IS 0.68

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#383CB9 (or 0x383CB9) is known color: Persian Blue. HEX triplet: 38, 3C and B9. RGB value is (56,60,185). Sum of RGB (Red+Green+Blue) = 56+60+185=301 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.60% from 301); Green value is 60 (23.83% from 255 or 19.93% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #383CB9 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383CB9 is #C7C346. Grayscale: #484848. Windows color (decimal): -13091655 or 12139576. OLE color: 12139576.

HSL color Cylindrical-coordinate representation of color #383CB9: hue angle of 238.14º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383CB9 is Cyan = 0.70, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 56 60 185 -
CMYK 0.70 0.68 0 0.27
HSL 238.14º 0.54% 0.47% -
HSV(B) 238.14º 0.7% 0.73% -
XYZ 12 7.58 46.73 -
YUV 73.05 191.17 115.84 -
System Red Green Blue C M Y K H S L
Decimal 56 60 185 0.70 0.68 0 0.27 238.14 0.54 0.47
Hex 38 3C B9 46 44 0 1B EE 36 2F
Octal 70 74 271 106 104 0 33 356 66 57
Binary 111000 111100 10111001 1000110 1000100 0 11011 11101110 110110 101111

Color Harmonies of #383CB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383CB9

Black with #383CB9

Text Example


Text Example

White with #383CB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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