#00303A

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

Shades of Nordic #00303A

Tints of Nordic #00303A

Color information

#00303A (or 0x00303A) is unknown color: approx Nordic. HEX triplet: 00, 30 and 3A. RGB value is (0,48,58). Sum of RGB (Red+Green+Blue) = 0+48+58=106 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 106); Green value is 48 (19.14% from 255 or 45.28% from 106); Blue value is 58 (23.05% from 255 or 54.72% from 106); Max value from RGB is 58 - color contains mainly: blue. Hex color #00303A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00303A is #FFCFC5. Grayscale: #222222. Windows color (decimal): -16764870 or 3813376. OLE color: 3813376.

HSL color Cylindrical-coordinate representation of color #00303A: hue angle of 190.34º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00303A is Cyan = 1, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB04858-
CMYK10.1700.77
HSL190.34º100%11.37%-
HSV(B)190.34º100%22.75%-
XYZ1.822.424.37-
YUV34.79141.1103.19-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 48 (19.14% from 255) = 45.28%
BLUE value IS 58 (23.05% from 255) = 54.72%
R=0%
G=45.28%
B=54.72%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal0485810.1700.77190.3410011.37
Hex0303A641104Dbe64b
Octal0607214421011527614413
Binary0110000111010110010010001010011011011111011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00303A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,48,58); }

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

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

 a { background-color: rgb(0,48,58); }

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

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

 span { border-color: rgb(0,48,58); }

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