Html Css Color HEX #388CCF Curious Blue

📋 copy color: '#388CCF'

red 56 ◦ green 140 ◦ blue 207

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

Shades of Curious Blue #388CCF

Tints of Curious Blue #388CCF

RGB

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

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

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

R = 13.9%
G = 34.74%
B = 51.36%

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

#388CCF (or 0x388CCF) is known color: Curious Blue. HEX triplet: 38, 8C and CF. RGB value is (56,140,207). Sum of RGB (Red+Green+Blue) = 56+140+207=403 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.90% from 403); Green value is 140 (55.08% from 255 or 34.74% from 403); Blue value is 207 (81.25% from 255 or 51.36% from 403); Max value from RGB is 207 - color contains mainly: blue. Hex color #388CCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388CCF is #C77330. Grayscale: #7A7A7A. Windows color (decimal): -13071153 or 13601848. OLE color: 13601848.

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

Color convert

RGB 56 140 207 -
CMYK 0.73 0.32 0 0.19
HSL 206.62º 0.61% 0.52% -
HSV(B) 206.62º 0.73% 0.81% -
XYZ 22.27 24.1 62.51 -
YUV 122.52 175.67 80.55 -
System Red Green Blue C M Y K H S L
Decimal 56 140 207 0.73 0.32 0 0.19 206.62 0.61 0.52
Hex 38 8C CF 49 20 0 13 CF 3D 34
Octal 70 214 317 111 40 0 23 317 75 64
Binary 111000 10001100 11001111 1001001 100000 0 10011 11001111 111101 110100

Color Harmonies of #388CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388CCF

Black with #388CCF

Text Example


Text Example

White with #388CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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