Html Css Color HEX #388CCB Curious Blue

📋 copy color: '#388CCB'

red 56 ◦ green 140 ◦ blue 203

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

Shades of Curious Blue #388CCB

Tints of Curious Blue #388CCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.88%

R = 14.04%
G = 35.09%
B = 50.88%

CMYK

 C value IS 0.72

 M value IS 0.31

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#388CCB (or 0x388CCB) is known color: Curious Blue. HEX triplet: 38, 8C and CB. RGB value is (56,140,203). Sum of RGB (Red+Green+Blue) = 56+140+203=399 (52% of max value = 765). Red value is 56 (22.27% from 255 or 14.04% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #388CCB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CCB is #C77334. Grayscale: #797979. Windows color (decimal): -13071157 or 13339704. OLE color: 13339704.

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

Color convert

RGB 56 140 203 -
CMYK 0.72 0.31 0 0.20
HSL 205.71º 0.59% 0.51% -
HSV(B) 205.71º 0.72% 0.8% -
XYZ 21.79 23.91 59.97 -
YUV 122.07 173.67 80.88 -
System Red Green Blue C M Y K H S L
Decimal 56 140 203 0.72 0.31 0 0.20 205.71 0.59 0.51
Hex 38 8C CB 48 1F 0 14 CE 3B 33
Octal 70 214 313 110 37 0 24 316 73 63
Binary 111000 10001100 11001011 1001000 11111 0 10100 11001110 111011 110011

Color Harmonies of #388CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CCB

Black with #388CCB

Text Example


Text Example

White with #388CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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