Html Css Color HEX #3B88DB Curious Blue

📋 copy color: '#3B88DB'

red 59 ◦ green 136 ◦ blue 219

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

Shades of Curious Blue #3B88DB

Tints of Curious Blue #3B88DB

RGB

 RED value IS 59 (23.44% from 255) = 14.25%

 GREEN value IS 136 (53.52% from 255) = 32.85%

 BLUE value IS 219 (85.94% from 255) = 52.9%

R = 14.25%
G = 32.85%
B = 52.9%

CMYK

 C value IS 0.73

 M value IS 0.38

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B88DB (or 0x3B88DB) is known color: Curious Blue. HEX triplet: 3B, 88 and DB. RGB value is (59,136,219). Sum of RGB (Red+Green+Blue) = 59+136+219=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 136 (53.52% from 255 or 32.85% from 414); Blue value is 219 (85.94% from 255 or 52.90% from 414); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B88DB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B88DB is #C47724. Grayscale: #7A7A7A. Windows color (decimal): -12875557 or 14387259. OLE color: 14387259.

HSL color Cylindrical-coordinate representation of color #3B88DB: hue angle of 211.12º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3B88DB is Cyan = 0.73, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 136 219 -
CMYK 0.73 0.38 0 0.14
HSL 211.13º 0.69% 0.55% -
HSV(B) 211.13º 0.73% 0.86% -
XYZ 23.39 23.65 70.35 -
YUV 122.44 182.49 82.75 -
System Red Green Blue C M Y K H S L
Decimal 59 136 219 0.73 0.38 0 0.14 211.13 0.69 0.55
Hex 3B 88 DB 49 26 0 E D3 45 37
Octal 73 210 333 111 46 0 16 323 105 67
Binary 111011 10001000 11011011 1001001 100110 0 1110 11010011 1000101 110111

Color Harmonies of #3B88DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B88DB

Black with #3B88DB

Text Example


Text Example

White with #3B88DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B88DB; }

 p { color: rgb(59,136,219); }

 H1.HeaderClassName
 {
   color: #3B88DB;
 }
 .AnyTagClassName
 {
   color: #3B88DB;
 }
</style>

background-color css

<style>
 a { background-color: #3B88DB; }

 a { background-color: rgb(59,136,219); }

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

border-color css

<style>
 span { border-color: #3B88DB; }

 span { border-color: rgb(59,136,219); }

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