Html Css Color HEX #388ECF Curious Blue

📋 copy color: '#388ECF'

red 56 ◦ green 142 ◦ blue 207

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

Shades of Curious Blue #388ECF

Tints of Curious Blue #388ECF

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.06%

 BLUE value IS 207 (81.25% from 255) = 51.11%

R = 13.83%
G = 35.06%
B = 51.11%

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

#388ECF (or 0x388ECF) is known color: Curious Blue. HEX triplet: 38, 8E and CF. RGB value is (56,142,207). Sum of RGB (Red+Green+Blue) = 56+142+207=405 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.83% from 405); Green value is 142 (55.86% from 255 or 35.06% from 405); Blue value is 207 (81.25% from 255 or 51.11% from 405); Max value from RGB is 207 - color contains mainly: blue. Hex color #388ECF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388ECF is #C77130. Grayscale: #7B7B7B. Windows color (decimal): -13070641 or 13602360. OLE color: 13602360.

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

Color convert

RGB 56 142 207 -
CMYK 0.73 0.31 0 0.19
HSL 205.83º 0.61% 0.52% -
HSV(B) 205.83º 0.73% 0.81% -
XYZ 22.57 24.69 62.61 -
YUV 123.7 175.01 79.71 -
System Red Green Blue C M Y K H S L
Decimal 56 142 207 0.73 0.31 0 0.19 205.83 0.61 0.52
Hex 38 8E CF 49 1F 0 13 CE 3D 34
Octal 70 216 317 111 37 0 23 316 75 64
Binary 111000 10001110 11001111 1001001 11111 0 10011 11001110 111101 110100

Color Harmonies of #388ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388ECF

Black with #388ECF

Text Example


Text Example

White with #388ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,142,207); }

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

background-color css

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

 a { background-color: rgb(56,142,207); }

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

border-color css

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

 span { border-color: rgb(56,142,207); }

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