Html Css Color HEX #3B7ABC Curious Blue

📋 copy color: '#3B7ABC'

red 59 ◦ green 122 ◦ blue 188

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

Shades of Curious Blue #3B7ABC

Tints of Curious Blue #3B7ABC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 33.06%

 BLUE value IS 188 (73.83% from 255) = 50.95%

R = 15.99%
G = 33.06%
B = 50.95%

CMYK

 C value IS 0.69

 M value IS 0.35

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#3B7ABC (or 0x3B7ABC) is known color: Curious Blue. HEX triplet: 3B, 7A and BC. RGB value is (59,122,188). Sum of RGB (Red+Green+Blue) = 59+122+188=369 (48% of max value = 765). Red value is 59 (23.44% from 255 or 15.99% from 369); Green value is 122 (48.05% from 255 or 33.06% from 369); Blue value is 188 (73.83% from 255 or 50.95% from 369); Max value from RGB is 188 - color contains mainly: blue. Hex color #3B7ABC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3B7ABC is #C48543. Grayscale: #6E6E6E. Windows color (decimal): -12879172 or 12352059. OLE color: 12352059.

HSL color Cylindrical-coordinate representation of color #3B7ABC: hue angle of 210.7º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #3B7ABC is Cyan = 0.69, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 59 122 188 -
CMYK 0.69 0.35 0 0.26
HSL 210.7º 0.52% 0.48% -
HSV(B) 210.7º 0.69% 0.74% -
XYZ 17.84 18.48 50.2 -
YUV 110.69 171.63 91.13 -
System Red Green Blue C M Y K H S L
Decimal 59 122 188 0.69 0.35 0 0.26 210.7 0.52 0.48
Hex 3B 7A BC 45 23 0 1A D3 34 30
Octal 73 172 274 105 43 0 32 323 64 60
Binary 111011 1111010 10111100 1000101 100011 0 11010 11010011 110100 110000

Color Harmonies of #3B7ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B7ABC

Black with #3B7ABC

Text Example


Text Example

White with #3B7ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,122,188); }

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

background-color css

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

 a { background-color: rgb(59,122,188); }

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

border-color css

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

 span { border-color: rgb(59,122,188); }

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