#232F6D

Color #232F6D Deep Koamaru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Koamaru #232F6D

Tints of Deep Koamaru #232F6D

Color information

#232F6D (or 0x232F6D) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2F and 6D. RGB value is (35,47,109). Sum of RGB (Red+Green+Blue) = 35+47+109=191 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.32% from 191); Green value is 47 (18.75% from 255 or 24.61% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #232F6D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F6D is #DCD092. Grayscale: #323232. Windows color (decimal): -14471315 or 7155491. OLE color: 7155491.

HSL color Cylindrical-coordinate representation of color #232F6D: hue angle of 230.27º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #232F6D is Cyan = 0.68, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3547109-
CMYK0.680.5700.57
HSL230.27º51.39%28.24%-
HSV(B)230.27º67.89%42.75%-
XYZ4.473.4914.91-
YUV50.48161.02116.96-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.32%
GREEN value IS 47 (18.75% from 255) = 24.61%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=18.32%
G=24.61%
B=57.07%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal35471090.680.5700.57230.2751.3928.24
Hex232F6D4439039e6331c
Octal4357155104710713466334
Binary1000111011111101101100010011100101110011110011011001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #232F6D; }

 p { color: rgb(35,47,109); }

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

<style>
 a { background-color: #232F6D; }

 a { background-color: rgb(35,47,109); }

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

<style>
 span { border-color: #232F6D; }

 span { border-color: rgb(35,47,109); }

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