Html Css Color HEX #388FCE Curious Blue

📋 copy color: '#388FCE'

red 56 ◦ green 143 ◦ blue 206

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

Shades of Curious Blue #388FCE

Tints of Curious Blue #388FCE

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.31%

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

R = 13.83%
G = 35.31%
B = 50.86%

CMYK

 C value IS 0.73

 M value IS 0.31

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#388FCE (or 0x388FCE) is known color: Curious Blue. HEX triplet: 38, 8F and CE. RGB value is (56,143,206). Sum of RGB (Red+Green+Blue) = 56+143+206=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 143 (56.25% from 255 or 35.31% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #388FCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388FCE is #C77031. Grayscale: #7B7B7B. Windows color (decimal): -13070386 or 13537080. OLE color: 13537080.

HSL color Cylindrical-coordinate representation of color #388FCE: hue angle of 205.2º 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 #388FCE is Cyan = 0.73, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 56 143 206 -
CMYK 0.73 0.31 0 0.19
HSL 205.2º 0.6% 0.51% -
HSV(B) 205.2º 0.73% 0.81% -
XYZ 22.59 24.94 62.02 -
YUV 124.17 174.18 79.38 -
System Red Green Blue C M Y K H S L
Decimal 56 143 206 0.73 0.31 0 0.19 205.2 0.6 0.51
Hex 38 8F CE 49 1F 0 13 CD 3C 33
Octal 70 217 316 111 37 0 23 315 74 63
Binary 111000 10001111 11001110 1001001 11111 0 10011 11001101 111100 110011

Color Harmonies of #388FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388FCE

Black with #388FCE

Text Example


Text Example

White with #388FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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