Html Css Color HEX #383BBD Persian Blue

📋 copy color: '#383BBD'

red 56 ◦ green 59 ◦ blue 189

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

Shades of Persian Blue #383BBD

Tints of Persian Blue #383BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.17%

R = 18.42%
G = 19.41%
B = 62.17%

CMYK

 C value IS 0.70

 M value IS 0.69

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#383BBD (or 0x383BBD) is known color: Persian Blue. HEX triplet: 38, 3B and BD. RGB value is (56,59,189). Sum of RGB (Red+Green+Blue) = 56+59+189=304 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.42% from 304); Green value is 59 (23.44% from 255 or 19.41% from 304); Blue value is 189 (74.22% from 255 or 62.17% from 304); Max value from RGB is 189 - color contains mainly: blue. Hex color #383BBD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BBD is #C7C442. Grayscale: #484848. Windows color (decimal): -13091907 or 12401464. OLE color: 12401464.

HSL color Cylindrical-coordinate representation of color #383BBD: hue angle of 238.65º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #383BBD is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 59 189 -
CMYK 0.70 0.69 0 0.26
HSL 238.65º 0.54% 0.48% -
HSV(B) 238.65º 0.7% 0.74% -
XYZ 12.38 7.64 48.97 -
YUV 72.92 193.51 115.93 -
System Red Green Blue C M Y K H S L
Decimal 56 59 189 0.70 0.69 0 0.26 238.65 0.54 0.48
Hex 38 3B BD 46 45 0 1A EF 36 30
Octal 70 73 275 106 105 0 32 357 66 60
Binary 111000 111011 10111101 1000110 1000101 0 11010 11101111 110110 110000

Color Harmonies of #383BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BBD

Black with #383BBD

Text Example


Text Example

White with #383BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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