Html Css Color HEX #383DB6 Persian Blue

📋 copy color: '#383DB6'

red 56 ◦ green 61 ◦ blue 182

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

Shades of Persian Blue #383DB6

Tints of Persian Blue #383DB6

RGB

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

 GREEN value IS 61 (24.22% from 255) = 20.4%

 BLUE value IS 182 (71.48% from 255) = 60.87%

R = 18.73%
G = 20.4%
B = 60.87%

CMYK

 C value IS 0.69

 M value IS 0.66

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#383DB6 (or 0x383DB6) is known color: Persian Blue. HEX triplet: 38, 3D and B6. RGB value is (56,61,182). Sum of RGB (Red+Green+Blue) = 56+61+182=299 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.73% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 182 (71.48% from 255 or 60.87% from 299); Max value from RGB is 182 - color contains mainly: blue. Hex color #383DB6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383DB6 is #C7C249. Grayscale: #484848. Windows color (decimal): -13091402 or 11943224. OLE color: 11943224.

HSL color Cylindrical-coordinate representation of color #383DB6: hue angle of 237.62º degrees, saturation: 0.53, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383DB6 is Cyan = 0.69, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 56 61 182 -
CMYK 0.69 0.66 0 0.29
HSL 237.62º 0.53% 0.47% -
HSV(B) 237.62º 0.69% 0.71% -
XYZ 11.74 7.56 45.1 -
YUV 73.3 189.34 115.66 -
System Red Green Blue C M Y K H S L
Decimal 56 61 182 0.69 0.66 0 0.29 237.62 0.53 0.47
Hex 38 3D B6 45 42 0 1D EE 35 2F
Octal 70 75 266 105 102 0 35 356 65 57
Binary 111000 111101 10110110 1000101 1000010 0 11101 11101110 110101 101111

Color Harmonies of #383DB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383DB6

Black with #383DB6

Text Example


Text Example

White with #383DB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,61,182); }

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

background-color css

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

 a { background-color: rgb(56,61,182); }

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

border-color css

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

 span { border-color: rgb(56,61,182); }

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