Html Css Color HEX #388DD2 Curious Blue

📋 copy color: '#388DD2'

red 56 ◦ green 141 ◦ blue 210

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

Shades of Curious Blue #388DD2

Tints of Curious Blue #388DD2

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.64%

 BLUE value IS 210 (82.42% from 255) = 51.6%

R = 13.76%
G = 34.64%
B = 51.6%

CMYK

 C value IS 0.73

 M value IS 0.33

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#388DD2 (or 0x388DD2) is known color: Curious Blue. HEX triplet: 38, 8D and D2. RGB value is (56,141,210). Sum of RGB (Red+Green+Blue) = 56+141+210=407 (53% of max value = 765). Red value is 56 (22.27% from 255 or 13.76% from 407); Green value is 141 (55.47% from 255 or 34.64% from 407); Blue value is 210 (82.42% from 255 or 51.60% from 407); Max value from RGB is 210 - color contains mainly: blue. Hex color #388DD2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #388DD2 is #C7722D. Grayscale: #7B7B7B. Windows color (decimal): -13070894 or 13798712. OLE color: 13798712.

HSL color Cylindrical-coordinate representation of color #388DD2: hue angle of 206.88º degrees, saturation: 0.63, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #388DD2 is Cyan = 0.73, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 56 141 210 -
CMYK 0.73 0.33 0 0.18
HSL 206.88º 0.63% 0.52% -
HSV(B) 206.88º 0.73% 0.82% -
XYZ 22.79 24.54 64.51 -
YUV 123.45 176.84 79.89 -
System Red Green Blue C M Y K H S L
Decimal 56 141 210 0.73 0.33 0 0.18 206.88 0.63 0.52
Hex 38 8D D2 49 21 0 12 CF 3F 34
Octal 70 215 322 111 41 0 22 317 77 64
Binary 111000 10001101 11010010 1001001 100001 0 10010 11001111 111111 110100

Color Harmonies of #388DD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #388DD2

Black with #388DD2

Text Example


Text Example

White with #388DD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(56,141,210); }

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

background-color css

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

 a { background-color: rgb(56,141,210); }

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

border-color css

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

 span { border-color: rgb(56,141,210); }

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