#232F6A

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

Shades of Deep Koamaru #232F6A

Tints of Deep Koamaru #232F6A

Color information

#232F6A (or 0x232F6A) is unknown color: approx Deep Koamaru. HEX triplet: 23, 2F and 6A. RGB value is (35,47,106). Sum of RGB (Red+Green+Blue) = 35+47+106=188 (24% of max value = 765). Red value is 35 (14.06% from 255 or 18.62% from 188); Green value is 47 (18.75% from 255 or 25% from 188); Blue value is 106 (41.80% from 255 or 56.38% from 188); Max value from RGB is 106 - color contains mainly: blue. Hex color #232F6A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #232F6A is #DCD095. Grayscale: #313131. Windows color (decimal): -14471318 or 6958883. OLE color: 6958883.

HSL color Cylindrical-coordinate representation of color #232F6A: hue angle of 229.86º degrees, saturation: 0.5, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #232F6A is Cyan = 0.67, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3547106-
CMYK0.670.5600.58
HSL229.86º50.35%27.65%-
HSV(B)229.86º66.98%41.57%-
XYZ4.313.4314.07-
YUV50.14159.52117.2-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 18.62%
GREEN value IS 47 (18.75% from 255) = 25%
BLUE value IS 106 (41.80% from 255) = 56.38%
R=18.62%
G=25%
B=56.38%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal35471060.670.5600.58229.8650.3527.65
Hex232F6A433803Ae6321c
Octal4357152103700723466234
Binary1000111011111101010100001111100001110101110011011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #232F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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