Html Css Color HEX #3795CB Curious Blue

📋 copy color: '#3795CB'

red 55 ◦ green 149 ◦ blue 203

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

Shades of Curious Blue #3795CB

Tints of Curious Blue #3795CB

RGB

 RED value IS 55 (21.88% from 255) = 13.51%

 GREEN value IS 149 (58.59% from 255) = 36.61%

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 13.51%
G = 36.61%
B = 49.88%

CMYK

 C value IS 0.73

 M value IS 0.27

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#3795CB (or 0x3795CB) is known color: Curious Blue. HEX triplet: 37, 95 and CB. RGB value is (55,149,203). Sum of RGB (Red+Green+Blue) = 55+149+203=407 (53% of max value = 765). Red value is 55 (21.88% from 255 or 13.51% from 407); Green value is 149 (58.59% from 255 or 36.61% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #3795CB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #3795CB is #C86A34. Grayscale: #7E7E7E. Windows color (decimal): -13134389 or 13342007. OLE color: 13342007.

HSL color Cylindrical-coordinate representation of color #3795CB: hue angle of 201.89º degrees, saturation: 0.59, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #3795CB is Cyan = 0.73, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 149 203 -
CMYK 0.73 0.27 0 0.20
HSL 201.89º 0.59% 0.51% -
HSV(B) 201.89º 0.73% 0.8% -
XYZ 23.1 26.62 60.42 -
YUV 127.05 170.86 76.61 -
System Red Green Blue C M Y K H S L
Decimal 55 149 203 0.73 0.27 0 0.20 201.89 0.59 0.51
Hex 37 95 CB 49 1B 0 14 CA 3B 33
Octal 67 225 313 111 33 0 24 312 73 63
Binary 110111 10010101 11001011 1001001 11011 0 10100 11001010 111011 110011

Color Harmonies of #3795CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3795CB

Black with #3795CB

Text Example


Text Example

White with #3795CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3795CB; }

 p { color: rgb(55,149,203); }

 H1.HeaderClassName
 {
   color: #3795CB;
 }
 .AnyTagClassName
 {
   color: #3795CB;
 }
</style>

background-color css

<style>
 a { background-color: #3795CB; }

 a { background-color: rgb(55,149,203); }

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

border-color css

<style>
 span { border-color: #3795CB; }

 span { border-color: rgb(55,149,203); }

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