#092D3C

Color #092D3C Tangaroa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tangaroa #092D3C

Tints of Tangaroa #092D3C

Color information

#092D3C (or 0x092D3C) is unknown color: approx Tangaroa. HEX triplet: 09, 2D and 3C. RGB value is (9,45,60). Sum of RGB (Red+Green+Blue) = 9+45+60=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 45 (17.97% from 255 or 39.47% from 114); Blue value is 60 (23.83% from 255 or 52.63% from 114); Max value from RGB is 60 - color contains mainly: blue. Hex color #092D3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092D3C is #F6D2C3. Grayscale: #232323. Windows color (decimal): -16175812 or 3943689. OLE color: 3943689.

HSL color Cylindrical-coordinate representation of color #092D3C: hue angle of 197.65º degrees, saturation: 0.74, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #092D3C is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB94560-
CMYK0.850.2500.76
HSL197.65º73.91%13.53%-
HSV(B)197.65º85%23.53%-
XYZ1.872.264.61-
YUV35.95141.57108.78-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 45 (17.97% from 255) = 39.47%
BLUE value IS 60 (23.83% from 255) = 52.63%
R=7.89%
G=39.47%
B=52.63%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal945600.850.2500.76197.6573.9113.53
Hex92D3C551904Cc64ae
Octal11557412531011430611216
Binary1001101101111100101010111001010011001100011010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092D3C; }

 p { color: rgb(9,45,60); }

 H1.HeaderClassName
 {
   color: #092D3C;
 }
 .AnyTagClassName
 {
   color: #092D3C;
 }
</style>
background-color css

<style>
 a { background-color: #092D3C; }

 a { background-color: rgb(9,45,60); }

 div.DivClassName
 {
   background-color: #092D3C;
 }
 .BgClassName
 {
   background-color: #092D3C;
 }
</style>
border-color css

<style>
 span { border-color: #092D3C; }

 span { border-color: rgb(9,45,60); }

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