Html Css Color HEX #388CCE Curious Blue

📋 copy color: '#388CCE'

red 56 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #388CCE

Tints of Curious Blue #388CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 51.24%

R = 13.93%
G = 34.83%
B = 51.24%

CMYK

 C value IS 0.73

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#388CCE (or 0x388CCE) is known color: Curious Blue. HEX triplet: 38, 8C and CE. RGB value is (56,140,206). Sum of RGB (Red+Green+Blue) = 56+140+206=402 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.93% from 402); Green value is 140 (55.08% from 255 or 34.83% from 402); Blue value is 206 (80.86% from 255 or 51.24% from 402); Max value from RGB is 206 - color contains mainly: blue. Hex color #388CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CCE is #C77331. Grayscale: #7A7A7A. Windows color (decimal): -13071154 or 13536312. OLE color: 13536312.

HSL color Cylindrical-coordinate representation of color #388CCE: hue angle of 206.4º degrees, saturation: 0.6, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388CCE is Cyan = 0.73, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 140 206 -
CMYK 0.73 0.32 0 0.19
HSL 206.4º 0.6% 0.51% -
HSV(B) 206.4º 0.73% 0.81% -
XYZ 22.15 24.05 61.87 -
YUV 122.41 175.17 80.63 -
System Red Green Blue C M Y K H S L
Decimal 56 140 206 0.73 0.32 0 0.19 206.4 0.6 0.51
Hex 38 8C CE 49 20 0 13 CE 3C 33
Octal 70 214 316 111 40 0 23 316 74 63
Binary 111000 10001100 11001110 1001001 100000 0 10011 11001110 111100 110011

Color Harmonies of #388CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CCE

Black with #388CCE

Text Example


Text Example

White with #388CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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