Html Css Color HEX #00313C Nordic

📋 copy color: '#00313C'

red 0 ◦ green 49 ◦ blue 60

#00313C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #00313C

Tints of Nordic #00313C

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 49 (19.53% from 255) = 44.95%

 BLUE value IS 60 (23.83% from 255) = 55.05%

R = 0%
G = 44.95%
B = 55.05%

CMYK

 C value IS 1

 M value IS 0.18

 Y value IS 0

 K value IS 0.76

RGB Variations

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

Color information

#00313C (or 0x00313C) is known color: Nordic. HEX triplet: 00, 31 and 3C. RGB value is (0,49,60). Sum of RGB (Red+Green+Blue) = 0+49+60=109 (14% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 109); Green value is 49 (19.53% from 255 or 44.95% from 109); Blue value is 60 (23.83% from 255 or 55.05% from 109); Max value from RGB is 60 - color contains mainly: blue. Hex color #00313C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #00313C is #FFCEC3. Grayscale: #232323. Windows color (decimal): -16764612 or 3944704. OLE color: 3944704.

HSL color Cylindrical-coordinate representation of color #00313C: hue angle of 191º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00313C is Cyan = 1, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 49 60 -
CMYK 1 0.18 0 0.76
HSL 191º 1% 0.12% -
HSV(B) 191º 1% 0.24% -
XYZ 1.91 2.52 4.66 -
YUV 35.6 141.77 102.61 -
System Red Green Blue C M Y K H S L
Decimal 0 49 60 1 0.18 0 0.76 191 1 0.12
Hex 0 31 3C 64 12 0 4C BF 64 C
Octal 0 61 74 144 22 0 114 277 144 14
Binary 0 110001 111100 1100100 10010 0 1001100 10111111 1100100 1100

Color Harmonies of #00313C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00313C

Black with #00313C

Text Example


Text Example

White with #00313C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00313C; }

 p { color: rgb(0,49,60); }

 H1.HeaderClassName
 {
   color: #00313C;
 }
 .AnyTagClassName
 {
   color: #00313C;
 }
</style>

background-color css

<style>
 a { background-color: #00313C; }

 a { background-color: rgb(0,49,60); }

 div.DivClassName
 {
   background-color: #00313C;
 }
 .BgClassName
 {
   background-color: #00313C;
 }
</style>

border-color css

<style>
 span { border-color: #00313C; }

 span { border-color: rgb(0,49,60); }

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