Html Css Color HEX #2F3460 Deep Koamaru

📋 copy color: '#2F3460'

red 47 ◦ green 52 ◦ blue 96

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

Shades of Deep Koamaru #2F3460

Tints of Deep Koamaru #2F3460

RGB

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

 GREEN value IS 52 (20.7% from 255) = 26.67%

 BLUE value IS 96 (37.89% from 255) = 49.23%

R = 24.1%
G = 26.67%
B = 49.23%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#2F3460 (or 0x2F3460) is known color: Deep Koamaru. HEX triplet: 2F, 34 and 60. RGB value is (47,52,96). Sum of RGB (Red+Green+Blue) = 47+52+96=195 (25% of max value = 765). Red value is 47 (18.75% from 255 or 24.10% from 195); Green value is 52 (20.70% from 255 or 26.67% from 195); Blue value is 96 (37.89% from 255 or 49.23% from 195); Max value from RGB is 96 - color contains mainly: blue. Hex color #2F3460 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #2F3460 is #D0CB9F. Grayscale: #373737. Windows color (decimal): -13683616 or 6304815. OLE color: 6304815.

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

Color convert

RGB 47 52 96 -
CMYK 0.51 0.46 0 0.62
HSL 233.88º 0.34% 0.28% -
HSV(B) 233.88º 0.51% 0.38% -
XYZ 4.51 3.9 11.58 -
YUV 55.52 150.84 121.92 -
System Red Green Blue C M Y K H S L
Decimal 47 52 96 0.51 0.46 0 0.62 233.88 0.34 0.28
Hex 2F 34 60 33 2E 0 3E EA 22 1C
Octal 57 64 140 63 56 0 76 352 42 34
Binary 101111 110100 1100000 110011 101110 0 111110 11101010 100010 11100

Color Harmonies of #2F3460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F3460

Black with #2F3460

Text Example


Text Example

White with #2F3460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,52,96); }

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

background-color css

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

 a { background-color: rgb(47,52,96); }

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

border-color css

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

 span { border-color: rgb(47,52,96); }

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