Html Css Color HEX #3B8CB8 Curious Blue

📋 copy color: '#3B8CB8'

red 59 ◦ green 140 ◦ blue 184

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

Shades of Curious Blue #3B8CB8

Tints of Curious Blue #3B8CB8

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.55%

 BLUE value IS 184 (72.27% from 255) = 48.04%

R = 15.4%
G = 36.55%
B = 48.04%

CMYK

 C value IS 0.68

 M value IS 0.24

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#3B8CB8 (or 0x3B8CB8) is known color: Curious Blue. HEX triplet: 3B, 8C and B8. RGB value is (59,140,184). Sum of RGB (Red+Green+Blue) = 59+140+184=383 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.40% from 383); Green value is 140 (55.08% from 255 or 36.55% from 383); Blue value is 184 (72.27% from 255 or 48.04% from 383); Max value from RGB is 184 - color contains mainly: blue. Hex color #3B8CB8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CB8 is #C47347. Grayscale: #787878. Windows color (decimal): -12874568 or 12094523. OLE color: 12094523.

HSL color Cylindrical-coordinate representation of color #3B8CB8: hue angle of 201.12º degrees, saturation: 0.51, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3B8CB8 is Cyan = 0.68, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 59 140 184 -
CMYK 0.68 0.24 0 0.28
HSL 201.12º 0.51% 0.48% -
HSV(B) 201.12º 0.68% 0.72% -
XYZ 19.83 23.15 48.77 -
YUV 120.8 163.66 83.92 -
System Red Green Blue C M Y K H S L
Decimal 59 140 184 0.68 0.24 0 0.28 201.12 0.51 0.48
Hex 3B 8C B8 44 18 0 1C C9 33 30
Octal 73 214 270 104 30 0 34 311 63 60
Binary 111011 10001100 10111000 1000100 11000 0 11100 11001001 110011 110000

Color Harmonies of #3B8CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8CB8

Black with #3B8CB8

Text Example


Text Example

White with #3B8CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,140,184); }

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

background-color css

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

 a { background-color: rgb(59,140,184); }

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

border-color css

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

 span { border-color: rgb(59,140,184); }

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