Html Css Color HEX #3B8CCE Curious Blue

📋 copy color: '#3B8CCE'

red 59 ◦ green 140 ◦ blue 206

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

Shades of Curious Blue #3B8CCE

Tints of Curious Blue #3B8CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 14.57%
G = 34.57%
B = 50.86%

CMYK

 C value IS 0.71

 M value IS 0.32

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#3B8CCE (or 0x3B8CCE) is known color: Curious Blue. HEX triplet: 3B, 8C and CE. RGB value is (59,140,206). Sum of RGB (Red+Green+Blue) = 59+140+206=405 (53% of max value = 765). Red value is 59 (23.44% from 255 or 14.57% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #3B8CCE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3B8CCE is #C47331. Grayscale: #7A7A7A. Windows color (decimal): -12874546 or 13536315. OLE color: 13536315.

HSL color Cylindrical-coordinate representation of color #3B8CCE: hue angle of 206.94º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3B8CCE is Cyan = 0.71, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 59 140 206 -
CMYK 0.71 0.32 0 0.19
HSL 206.94º 0.6% 0.52% -
HSV(B) 206.94º 0.71% 0.81% -
XYZ 22.32 24.14 61.88 -
YUV 123.31 174.66 82.13 -
System Red Green Blue C M Y K H S L
Decimal 59 140 206 0.71 0.32 0 0.19 206.94 0.6 0.52
Hex 3B 8C CE 47 20 0 13 CF 3C 34
Octal 73 214 316 107 40 0 23 317 74 64
Binary 111011 10001100 11001110 1000111 100000 0 10011 11001111 111100 110100

Color Harmonies of #3B8CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B8CCE

Black with #3B8CCE

Text Example


Text Example

White with #3B8CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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