Html Css Color HEX #3B8ADB Curious Blue

📋 copy color: '#3B8ADB'

red 59 ◦ green 138 ◦ blue 219

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

Shades of Curious Blue #3B8ADB

Tints of Curious Blue #3B8ADB

RGB

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

 GREEN value IS 138 (54.3% from 255) = 33.17%

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

R = 14.18%
G = 33.17%
B = 52.64%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3B8ADB (or 0x3B8ADB) is known color: Curious Blue. HEX triplet: 3B, 8A and DB. RGB value is (59,138,219). Sum of RGB (Red+Green+Blue) = 59+138+219=416 (55% of max value = 765). Red value is 59 (23.44% from 255 or 14.18% from 416); Green value is 138 (54.30% from 255 or 33.17% from 416); Blue value is 219 (85.94% from 255 or 52.64% from 416); Max value from RGB is 219 - color contains mainly: blue. Hex color #3B8ADB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8ADB is #C47524. Grayscale: #7B7B7B. Windows color (decimal): -12875045 or 14387771. OLE color: 14387771.

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

Color convert

RGB 59 138 219 -
CMYK 0.73 0.37 0 0.14
HSL 210.38º 0.69% 0.55% -
HSV(B) 210.38º 0.73% 0.86% -
XYZ 23.68 24.22 70.45 -
YUV 123.61 181.83 81.91 -
System Red Green Blue C M Y K H S L
Decimal 59 138 219 0.73 0.37 0 0.14 210.38 0.69 0.55
Hex 3B 8A DB 49 25 0 E D2 45 37
Octal 73 212 333 111 45 0 16 322 105 67
Binary 111011 10001010 11011011 1001001 100101 0 1110 11010010 1000101 110111

Color Harmonies of #3B8ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8ADB

Black with #3B8ADB

Text Example


Text Example

White with #3B8ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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