Html Css Color HEX #3B8AB3 Curious Blue

📋 copy color: '#3B8AB3'

red 59 ◦ green 138 ◦ blue 179

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

Shades of Curious Blue #3B8AB3

Tints of Curious Blue #3B8AB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 47.61%

R = 15.69%
G = 36.7%
B = 47.61%

CMYK

 C value IS 0.67

 M value IS 0.23

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#3B8AB3 (or 0x3B8AB3) is known color: Curious Blue. HEX triplet: 3B, 8A and B3. RGB value is (59,138,179). Sum of RGB (Red+Green+Blue) = 59+138+179=376 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.69% from 376); Green value is 138 (54.30% from 255 or 36.70% from 376); Blue value is 179 (70.31% from 255 or 47.61% from 376); Max value from RGB is 179 - color contains mainly: blue. Hex color #3B8AB3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8AB3 is #C4754C. Grayscale: #767676. Windows color (decimal): -12875085 or 11766331. OLE color: 11766331.

HSL color Cylindrical-coordinate representation of color #3B8AB3: hue angle of 200.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3B8AB3 is Cyan = 0.67, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 59 138 179 -
CMYK 0.67 0.23 0 0.30
HSL 200.5º 0.5% 0.47% -
HSV(B) 200.5º 0.67% 0.7% -
XYZ 19.03 22.36 45.96 -
YUV 119.05 161.83 85.17 -
System Red Green Blue C M Y K H S L
Decimal 59 138 179 0.67 0.23 0 0.30 200.5 0.5 0.47
Hex 3B 8A B3 43 17 0 1E C8 32 2F
Octal 73 212 263 103 27 0 36 310 62 57
Binary 111011 10001010 10110011 1000011 10111 0 11110 11001000 110010 101111

Color Harmonies of #3B8AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8AB3

Black with #3B8AB3

Text Example


Text Example

White with #3B8AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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