Html Css Color HEX #37BECB Viking

📋 copy color: '#37BECB'

red 55 ◦ green 190 ◦ blue 203

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

Shades of Viking #37BECB

Tints of Viking #37BECB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 42.41%

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

R = 12.28%
G = 42.41%
B = 45.31%

CMYK

 C value IS 0.73

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#37BECB (or 0x37BECB) is known color: Viking. HEX triplet: 37, BE and CB. RGB value is (55,190,203). Sum of RGB (Red+Green+Blue) = 55+190+203=448 (59% of max value = 765). Red value is 55 (21.88% from 255 or 12.28% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 203 (79.69% from 255 or 45.31% from 448); Max value from RGB is 203 - color contains mainly: blue. Hex color #37BECB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37BECB is #C84134. Grayscale: #969696. Windows color (decimal): -13123893 or 13352503. OLE color: 13352503.

HSL color Cylindrical-coordinate representation of color #37BECB: hue angle of 185.27º 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 #37BECB is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 55 190 203 -
CMYK 0.73 0.06 0 0.20
HSL 185.27º 0.59% 0.51% -
HSV(B) 185.27º 0.73% 0.8% -
XYZ 30.77 41.95 62.98 -
YUV 151.12 157.27 59.44 -
System Red Green Blue C M Y K H S L
Decimal 55 190 203 0.73 0.06 0 0.20 185.27 0.59 0.51
Hex 37 BE CB 49 6 0 14 B9 3B 33
Octal 67 276 313 111 6 0 24 271 73 63
Binary 110111 10111110 11001011 1001001 110 0 10100 10111001 111011 110011

Color Harmonies of #37BECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37BECB

Black with #37BECB

Text Example


Text Example

White with #37BECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37BECB; }

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

 H1.HeaderClassName
 {
   color: #37BECB;
 }
 .AnyTagClassName
 {
   color: #37BECB;
 }
</style>

background-color css

<style>
 a { background-color: #37BECB; }

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

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

border-color css

<style>
 span { border-color: #37BECB; }

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

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