#06347A

Color #06347A Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #06347A

Tints of Dark Cerulean #06347A

Color information

#06347A (or 0x06347A) is unknown color: approx Dark Cerulean. HEX triplet: 06, 34 and 7A. RGB value is (6,52,122). Sum of RGB (Red+Green+Blue) = 6+52+122=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 52 (20.70% from 255 or 28.89% from 180); Blue value is 122 (48.05% from 255 or 67.78% from 180); Max value from RGB is 122 - color contains mainly: blue. Hex color #06347A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #06347A is #F9CB85. Grayscale: #2D2D2D. Windows color (decimal): -16370566 or 8008710. OLE color: 8008710.

HSL color Cylindrical-coordinate representation of color #06347A: hue angle of 216.21º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06347A is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB652122-
CMYK0.950.5700.52
HSL216.21º90.62%25.1%-
HSV(B)216.21º95.08%47.84%-
XYZ4.823.918.91-
YUV46.23170.7699.31-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.33%
GREEN value IS 52 (20.70% from 255) = 28.89%
BLUE value IS 122 (48.05% from 255) = 67.78%
R=3.33%
G=28.89%
B=67.78%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal6521220.950.5700.52216.2190.6225.1
Hex6347A5F39034d85b19
Octal6641721377106433013331
Binary11011010011110101011111111001011010011011000101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06347A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06347A; }

 p { color: rgb(6,52,122); }

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

<style>
 a { background-color: #06347A; }

 a { background-color: rgb(6,52,122); }

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

<style>
 span { border-color: #06347A; }

 span { border-color: rgb(6,52,122); }

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