Html Css Color HEX #02333A Nordic

📋 copy color: '#02333A'

red 2 ◦ green 51 ◦ blue 58

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

Shades of Nordic #02333A

Tints of Nordic #02333A

RGB

 RED value IS 2 (1.17% from 255) = 1.8%

 GREEN value IS 51 (20.31% from 255) = 45.95%

 BLUE value IS 58 (23.05% from 255) = 52.25%

R = 1.8%
G = 45.95%
B = 52.25%

CMYK

 C value IS 0.97

 M value IS 0.12

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#02333A (or 0x02333A) is known color: Nordic. HEX triplet: 02, 33 and 3A. RGB value is (2,51,58). Sum of RGB (Red+Green+Blue) = 2+51+58=111 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.80% from 111); Green value is 51 (20.31% from 255 or 45.95% from 111); Blue value is 58 (23.05% from 255 or 52.25% from 111); Max value from RGB is 58 - color contains mainly: blue. Hex color #02333A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02333A is #FDCCC5. Grayscale: #252525. Windows color (decimal): -16633030 or 3814146. OLE color: 3814146.

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

Color convert

RGB 2 51 58 -
CMYK 0.97 0.12 0 0.77
HSL 187.5º 0.93% 0.12% -
HSV(B) 187.5º 0.97% 0.23% -
XYZ 1.97 2.69 4.42 -
YUV 37.15 139.77 102.93 -
System Red Green Blue C M Y K H S L
Decimal 2 51 58 0.97 0.12 0 0.77 187.5 0.93 0.12
Hex 2 33 3A 61 C 0 4D BC 5D C
Octal 2 63 72 141 14 0 115 274 135 14
Binary 10 110011 111010 1100001 1100 0 1001101 10111100 1011101 1100

Color Harmonies of #02333A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02333A

Black with #02333A

Text Example


Text Example

White with #02333A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,51,58); }

 H1.HeaderClassName
 {
   color: #02333A;
 }
 .AnyTagClassName
 {
   color: #02333A;
 }
</style>

background-color css

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

 a { background-color: rgb(2,51,58); }

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

border-color css

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

 span { border-color: rgb(2,51,58); }

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