Html Css Color HEX #2F3B85 Torea Bay

📋 copy color: '#2F3B85'

red 47 ◦ green 59 ◦ blue 133

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

Shades of Torea Bay #2F3B85

Tints of Torea Bay #2F3B85

RGB

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

 GREEN value IS 59 (23.44% from 255) = 24.69%

 BLUE value IS 133 (52.34% from 255) = 55.65%

R = 19.67%
G = 24.69%
B = 55.65%

CMYK

 C value IS 0.65

 M value IS 0.56

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#2F3B85 (or 0x2F3B85) is known color: Torea Bay. HEX triplet: 2F, 3B and 85. RGB value is (47,59,133). Sum of RGB (Red+Green+Blue) = 47+59+133=239 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.67% from 239); Green value is 59 (23.44% from 255 or 24.69% from 239); Blue value is 133 (52.34% from 255 or 55.65% from 239); Max value from RGB is 133 - color contains mainly: blue. Hex color #2F3B85 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #2F3B85 is #D0C47A. Grayscale: #3F3F3F. Windows color (decimal): -13681787 or 8731439. OLE color: 8731439.

HSL color Cylindrical-coordinate representation of color #2F3B85: hue angle of 231.63º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2F3B85 is Cyan = 0.65, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 47 59 133 -
CMYK 0.65 0.56 0 0.48
HSL 231.63º 0.48% 0.35% -
HSV(B) 231.63º 0.65% 0.52% -
XYZ 6.97 5.43 22.87 -
YUV 63.85 167.02 115.98 -
System Red Green Blue C M Y K H S L
Decimal 47 59 133 0.65 0.56 0 0.48 231.63 0.48 0.35
Hex 2F 3B 85 41 38 0 30 E8 30 23
Octal 57 73 205 101 70 0 60 350 60 43
Binary 101111 111011 10000101 1000001 111000 0 110000 11101000 110000 100011

Color Harmonies of #2F3B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3B85

Black with #2F3B85

Text Example


Text Example

White with #2F3B85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,59,133); }

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

background-color css

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

 a { background-color: rgb(47,59,133); }

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

border-color css

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

 span { border-color: rgb(47,59,133); }

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