Html Css Color HEX #383ABC Persian Blue

📋 copy color: '#383ABC'

red 56 ◦ green 58 ◦ blue 188

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

Shades of Persian Blue #383ABC

Tints of Persian Blue #383ABC

RGB

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

 GREEN value IS 58 (23.05% from 255) = 19.21%

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 18.54%
G = 19.21%
B = 62.25%

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

#383ABC (or 0x383ABC) is known color: Persian Blue. HEX triplet: 38, 3A and BC. RGB value is (56,58,188). Sum of RGB (Red+Green+Blue) = 56+58+188=302 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.54% from 302); Green value is 58 (23.05% from 255 or 19.21% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #383ABC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383ABC is #C7C543. Grayscale: #474747. Windows color (decimal): -13092164 or 12335672. OLE color: 12335672.

HSL color Cylindrical-coordinate representation of color #383ABC: hue angle of 239.09º 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 #383ABC is Cyan = 0.70, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 56 58 188 -
CMYK 0.70 0.69 0 0.26
HSL 239.09º 0.54% 0.48% -
HSV(B) 239.09º 0.7% 0.74% -
XYZ 12.22 7.5 48.38 -
YUV 72.22 193.34 116.43 -
System Red Green Blue C M Y K H S L
Decimal 56 58 188 0.70 0.69 0 0.26 239.09 0.54 0.48
Hex 38 3A BC 46 45 0 1A EF 36 30
Octal 70 72 274 106 105 0 32 357 66 60
Binary 111000 111010 10111100 1000110 1000101 0 11010 11101111 110110 110000

Color Harmonies of #383ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383ABC

Black with #383ABC

Text Example


Text Example

White with #383ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,58,188); }

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

background-color css

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

 a { background-color: rgb(56,58,188); }

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

border-color css

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

 span { border-color: rgb(56,58,188); }

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