Html Css Color HEX #2F3377 Torea Bay

📋 copy color: '#2F3377'

red 47 ◦ green 51 ◦ blue 119

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

Shades of Torea Bay #2F3377

Tints of Torea Bay #2F3377

RGB

 RED value IS 47 (18.75% from 255) = 21.66%

 GREEN value IS 51 (20.31% from 255) = 23.5%

 BLUE value IS 119 (46.88% from 255) = 54.84%

R = 21.66%
G = 23.5%
B = 54.84%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#2F3377 (or 0x2F3377) is known color: Torea Bay. HEX triplet: 2F, 33 and 77. RGB value is (47,51,119). Sum of RGB (Red+Green+Blue) = 47+51+119=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 119 (46.88% from 255 or 54.84% from 217); Max value from RGB is 119 - color contains mainly: blue. Hex color #2F3377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3377 is #D0CC88. Grayscale: #393939. Windows color (decimal): -13683849 or 7811887. OLE color: 7811887.

HSL color Cylindrical-coordinate representation of color #2F3377: hue angle of 236.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #2F3377 is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 47 51 119 -
CMYK 0.61 0.57 0 0.53
HSL 236.67º 0.43% 0.33% -
HSV(B) 236.67º 0.61% 0.47% -
XYZ 5.69 4.3 17.98 -
YUV 57.56 162.67 120.47 -
System Red Green Blue C M Y K H S L
Decimal 47 51 119 0.61 0.57 0 0.53 236.67 0.43 0.33
Hex 2F 33 77 3D 39 0 35 ED 2B 21
Octal 57 63 167 75 71 0 65 355 53 41
Binary 101111 110011 1110111 111101 111001 0 110101 11101101 101011 100001

Color Harmonies of #2F3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3377

Black with #2F3377

Text Example


Text Example

White with #2F3377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2F3377; }

 p { color: rgb(47,51,119); }

 H1.HeaderClassName
 {
   color: #2F3377;
 }
 .AnyTagClassName
 {
   color: #2F3377;
 }
</style>

background-color css

<style>
 a { background-color: #2F3377; }

 a { background-color: rgb(47,51,119); }

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

border-color css

<style>
 span { border-color: #2F3377; }

 span { border-color: rgb(47,51,119); }

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