Html Css Color HEX #2F5362 Arapawa

📋 copy color: '#2F5362'

red 47 ◦ green 83 ◦ blue 98

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

Shades of Arapawa #2F5362

Tints of Arapawa #2F5362

RGB

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

 GREEN value IS 83 (32.81% from 255) = 36.4%

 BLUE value IS 98 (38.67% from 255) = 42.98%

R = 20.61%
G = 36.4%
B = 42.98%

CMYK

 C value IS 0.52

 M value IS 0.15

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F5362 (or 0x2F5362) is known color: Arapawa. HEX triplet: 2F, 53 and 62. RGB value is (47,83,98). Sum of RGB (Red+Green+Blue) = 47+83+98=228 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.61% from 228); Green value is 83 (32.81% from 255 or 36.40% from 228); Blue value is 98 (38.67% from 255 or 42.98% from 228); Max value from RGB is 98 - color contains mainly: blue. Hex color #2F5362 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #2F5362 is #D0AC9D. Grayscale: #494949. Windows color (decimal): -13675678 or 6443823. OLE color: 6443823.

HSL color Cylindrical-coordinate representation of color #2F5362: hue angle of 197.65º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2F5362 is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 83 98 -
CMYK 0.52 0.15 0 0.62
HSL 197.65º 0.35% 0.28% -
HSV(B) 197.65º 0.52% 0.38% -
XYZ 6.47 7.67 12.7 -
YUV 73.95 141.57 108.78 -
System Red Green Blue C M Y K H S L
Decimal 47 83 98 0.52 0.15 0 0.62 197.65 0.35 0.28
Hex 2F 53 62 34 F 0 3E C6 23 1C
Octal 57 123 142 64 17 0 76 306 43 34
Binary 101111 1010011 1100010 110100 1111 0 111110 11000110 100011 11100

Color Harmonies of #2F5362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F5362

Black with #2F5362

Text Example


Text Example

White with #2F5362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,83,98); }

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

background-color css

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

 a { background-color: rgb(47,83,98); }

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

border-color css

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

 span { border-color: rgb(47,83,98); }

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