Html Css Color HEX #388ABB Curious Blue

📋 copy color: '#388ABB'

red 56 ◦ green 138 ◦ blue 187

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

Shades of Curious Blue #388ABB

Tints of Curious Blue #388ABB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.22%

 BLUE value IS 187 (73.44% from 255) = 49.08%

R = 14.7%
G = 36.22%
B = 49.08%

CMYK

 C value IS 0.70

 M value IS 0.26

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#388ABB (or 0x388ABB) is known color: Curious Blue. HEX triplet: 38, 8A and BB. RGB value is (56,138,187). Sum of RGB (Red+Green+Blue) = 56+138+187=381 (50% of max value = 765). Red value is 56 (22.27% from 255 or 14.70% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 187 (73.44% from 255 or 49.08% from 381); Max value from RGB is 187 - color contains mainly: blue. Hex color #388ABB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ABB is #C77544. Grayscale: #767676. Windows color (decimal): -13071685 or 12290616. OLE color: 12290616.

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

Color convert

RGB 56 138 187 -
CMYK 0.70 0.26 0 0.27
HSL 202.44º 0.54% 0.48% -
HSV(B) 202.44º 0.7% 0.73% -
XYZ 19.69 22.61 50.34 -
YUV 119.07 166.33 83.02 -
System Red Green Blue C M Y K H S L
Decimal 56 138 187 0.70 0.26 0 0.27 202.44 0.54 0.48
Hex 38 8A BB 46 1A 0 1B CA 36 30
Octal 70 212 273 106 32 0 33 312 66 60
Binary 111000 10001010 10111011 1000110 11010 0 11011 11001010 110110 110000

Color Harmonies of #388ABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388ABB

Black with #388ABB

Text Example


Text Example

White with #388ABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #388ABB; }

 p { color: rgb(56,138,187); }

 H1.HeaderClassName
 {
   color: #388ABB;
 }
 .AnyTagClassName
 {
   color: #388ABB;
 }
</style>

background-color css

<style>
 a { background-color: #388ABB; }

 a { background-color: rgb(56,138,187); }

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

border-color css

<style>
 span { border-color: #388ABB; }

 span { border-color: rgb(56,138,187); }

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