Html Css Color HEX #383FB2 Persian Blue

📋 copy color: '#383FB2'

red 56 ◦ green 63 ◦ blue 178

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

Shades of Persian Blue #383FB2

Tints of Persian Blue #383FB2

RGB

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

 GREEN value IS 63 (25% from 255) = 21.21%

 BLUE value IS 178 (69.92% from 255) = 59.93%

R = 18.86%
G = 21.21%
B = 59.93%

CMYK

 C value IS 0.69

 M value IS 0.65

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#383FB2 (or 0x383FB2) is known color: Persian Blue. HEX triplet: 38, 3F and B2. RGB value is (56,63,178). Sum of RGB (Red+Green+Blue) = 56+63+178=297 (39% of max value = 765). Red value is 56 (22.27% from 255 or 18.86% from 297); Green value is 63 (25% from 255 or 21.21% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #383FB2 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #383FB2 is #C7C04D. Grayscale: #494949. Windows color (decimal): -13090894 or 11681592. OLE color: 11681592.

HSL color Cylindrical-coordinate representation of color #383FB2: hue angle of 236.56º degrees, saturation: 0.52, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #383FB2 is Cyan = 0.69, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 56 63 178 -
CMYK 0.69 0.65 0 0.30
HSL 236.56º 0.52% 0.46% -
HSV(B) 236.56º 0.69% 0.7% -
XYZ 11.44 7.61 42.99 -
YUV 74.02 186.68 115.15 -
System Red Green Blue C M Y K H S L
Decimal 56 63 178 0.69 0.65 0 0.30 236.56 0.52 0.46
Hex 38 3F B2 45 41 0 1E ED 34 2E
Octal 70 77 262 105 101 0 36 355 64 56
Binary 111000 111111 10110010 1000101 1000001 0 11110 11101101 110100 101110

Color Harmonies of #383FB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383FB2

Black with #383FB2

Text Example


Text Example

White with #383FB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,63,178); }

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

background-color css

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

 a { background-color: rgb(56,63,178); }

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

border-color css

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

 span { border-color: rgb(56,63,178); }

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