Html Css Color HEX #3B8ED5 Curious Blue

📋 copy color: '#3B8ED5'

red 59 ◦ green 142 ◦ blue 213

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

Shades of Curious Blue #3B8ED5

Tints of Curious Blue #3B8ED5

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.3%

 BLUE value IS 213 (83.59% from 255) = 51.45%

R = 14.25%
G = 34.3%
B = 51.45%

CMYK

 C value IS 0.72

 M value IS 0.33

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#3B8ED5 (or 0x3B8ED5) is known color: Curious Blue. HEX triplet: 3B, 8E and D5. RGB value is (59,142,213). Sum of RGB (Red+Green+Blue) = 59+142+213=414 (54% of max value = 765). Red value is 59 (23.44% from 255 or 14.25% from 414); Green value is 142 (55.86% from 255 or 34.30% from 414); Blue value is 213 (83.59% from 255 or 51.45% from 414); Max value from RGB is 213 - color contains mainly: blue. Hex color #3B8ED5 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8ED5 is #C4712A. Grayscale: #7C7C7C. Windows color (decimal): -12874027 or 13995579. OLE color: 13995579.

HSL color Cylindrical-coordinate representation of color #3B8ED5: hue angle of 207.66º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3B8ED5 is Cyan = 0.72, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 59 142 213 -
CMYK 0.72 0.33 0 0.16
HSL 207.66º 0.65% 0.53% -
HSV(B) 207.66º 0.72% 0.84% -
XYZ 23.49 25.08 66.55 -
YUV 125.28 177.5 80.73 -
System Red Green Blue C M Y K H S L
Decimal 59 142 213 0.72 0.33 0 0.16 207.66 0.65 0.53
Hex 3B 8E D5 48 21 0 10 D0 41 35
Octal 73 216 325 110 41 0 20 320 101 65
Binary 111011 10001110 11010101 1001000 100001 0 10000 11010000 1000001 110101

Color Harmonies of #3B8ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8ED5

Black with #3B8ED5

Text Example


Text Example

White with #3B8ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,142,213); }

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

background-color css

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

 a { background-color: rgb(59,142,213); }

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

border-color css

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

 span { border-color: rgb(59,142,213); }

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