Html Css Color HEX #383BBC Persian Blue

📋 copy color: '#383BBC'

red 56 ◦ green 59 ◦ blue 188

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

Shades of Persian Blue #383BBC

Tints of Persian Blue #383BBC

RGB

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

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

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

R = 18.48%
G = 19.47%
B = 62.05%

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

#383BBC (or 0x383BBC) is known color: Persian Blue. HEX triplet: 38, 3B and BC. RGB value is (56,59,188). Sum of RGB (Red+Green+Blue) = 56+59+188=303 (40% of max value = 765). Red value is 56 (22.27% from 255 or 18.48% from 303); Green value is 59 (23.44% from 255 or 19.47% from 303); Blue value is 188 (73.83% from 255 or 62.05% from 303); Max value from RGB is 188 - color contains mainly: blue. Hex color #383BBC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #383BBC is #C7C443. Grayscale: #484848. Windows color (decimal): -13091908 or 12335928. OLE color: 12335928.

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

Color convert

RGB 56 59 188 -
CMYK 0.70 0.69 0 0.26
HSL 238.64º 0.54% 0.48% -
HSV(B) 238.64º 0.7% 0.74% -
XYZ 12.27 7.6 48.4 -
YUV 72.81 193.01 116.01 -
System Red Green Blue C M Y K H S L
Decimal 56 59 188 0.70 0.69 0 0.26 238.64 0.54 0.48
Hex 38 3B BC 46 45 0 1A EF 36 30
Octal 70 73 274 106 105 0 32 357 66 60
Binary 111000 111011 10111100 1000110 1000101 0 11010 11101111 110110 110000

Color Harmonies of #383BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #383BBC

Black with #383BBC

Text Example


Text Example

White with #383BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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