Html Css Color HEX #3B8DDB Curious Blue

📋 copy color: '#3B8DDB'

red 59 ◦ green 141 ◦ blue 219

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

Shades of Curious Blue #3B8DDB

Tints of Curious Blue #3B8DDB

RGB

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

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

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

R = 14.08%
G = 33.65%
B = 52.27%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B8DDB (or 0x3B8DDB) is known color: Curious Blue. HEX triplet: 3B, 8D and DB. RGB value is (59,141,219). Sum of RGB (Red+Green+Blue) = 59+141+219=419 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.08% from 419); Green value is 141 (55.47% from 255 or 33.65% from 419); Blue value is 219 (85.94% from 255 or 52.27% from 419); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B8DDB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8DDB is #C47224. Grayscale: #7C7C7C. Windows color (decimal): -12874277 or 14388539. OLE color: 14388539.

HSL color Cylindrical-coordinate representation of color #3B8DDB: hue angle of 209.25º 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 #3B8DDB is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 59 141 219 -
CMYK 0.73 0.36 0 0.14
HSL 209.25º 0.69% 0.55% -
HSV(B) 209.25º 0.73% 0.86% -
XYZ 24.11 25.09 70.59 -
YUV 125.37 180.83 80.66 -
System Red Green Blue C M Y K H S L
Decimal 59 141 219 0.73 0.36 0 0.14 209.25 0.69 0.55
Hex 3B 8D DB 49 24 0 E D1 45 37
Octal 73 215 333 111 44 0 16 321 105 67
Binary 111011 10001101 11011011 1001001 100100 0 1110 11010001 1000101 110111

Color Harmonies of #3B8DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8DDB

Black with #3B8DDB

Text Example


Text Example

White with #3B8DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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