Html Css Color HEX #388CCC Curious Blue

📋 copy color: '#388CCC'

red 56 ◦ green 140 ◦ blue 204

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

Shades of Curious Blue #388CCC

Tints of Curious Blue #388CCC

RGB

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

 GREEN value IS 140 (55.08% from 255) = 35%

 BLUE value IS 204 (80.08% from 255) = 51%

R = 14%
G = 35%
B = 51%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#388CCC (or 0x388CCC) is known color: Curious Blue. HEX triplet: 38, 8C and CC. RGB value is (56,140,204). Sum of RGB (Red+Green+Blue) = 56+140+204=400 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 204 (80.08% from 255 or 51% from 400); Max value from RGB is 204 - color contains mainly: blue. Hex color #388CCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CCC is #C77333. Grayscale: #797979. Windows color (decimal): -13071156 or 13405240. OLE color: 13405240.

HSL color Cylindrical-coordinate representation of color #388CCC: hue angle of 205.95º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388CCC is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 56 140 204 -
CMYK 0.73 0.31 0 0.2
HSL 205.95º 0.59% 0.51% -
HSV(B) 205.95º 0.73% 0.8% -
XYZ 21.91 23.96 60.6 -
YUV 122.18 174.17 80.8 -
System Red Green Blue C M Y K H S L
Decimal 56 140 204 0.73 0.31 0 0.2 205.95 0.59 0.51
Hex 38 8C CC 49 1F 0 14 CE 3B 33
Octal 70 214 314 111 37 0 24 316 73 63
Binary 111000 10001100 11001100 1001001 11111 0 10100 11001110 111011 110011

Color Harmonies of #388CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CCC

Black with #388CCC

Text Example


Text Example

White with #388CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,140,204); }

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

background-color css

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

 a { background-color: rgb(56,140,204); }

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

border-color css

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

 span { border-color: rgb(56,140,204); }

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