Html Css Color HEX #02304A Blue Whale

📋 copy color: '#02304A'

red 2 ◦ green 48 ◦ blue 74

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

Shades of Blue Whale #02304A

Tints of Blue Whale #02304A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.71%

 BLUE value IS 74 (29.3% from 255) = 59.68%

R = 1.61%
G = 38.71%
B = 59.68%

CMYK

 C value IS 0.97

 M value IS 0.35

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#02304A (or 0x02304A) is known color: Blue Whale. HEX triplet: 02, 30 and 4A. RGB value is (2,48,74). Sum of RGB (Red+Green+Blue) = 2+48+74=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 48 (19.14% from 255 or 38.71% from 124); Blue value is 74 (29.30% from 255 or 59.68% from 124); Max value from RGB is 74 - color contains mainly: blue. Hex color #02304A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02304A is #FDCFB5. Grayscale: #252525. Windows color (decimal): -16633782 or 4861954. OLE color: 4861954.

HSL color Cylindrical-coordinate representation of color #02304A: hue angle of 201.67º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #02304A is Cyan = 0.97, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 2 48 74 -
CMYK 0.97 0.35 0 0.71
HSL 201.67º 0.95% 0.15% -
HSV(B) 201.67º 0.97% 0.29% -
XYZ 2.32 2.62 6.86 -
YUV 37.21 148.76 102.89 -
System Red Green Blue C M Y K H S L
Decimal 2 48 74 0.97 0.35 0 0.71 201.67 0.95 0.15
Hex 2 30 4A 61 23 0 47 CA 5F F
Octal 2 60 112 141 43 0 107 312 137 17
Binary 10 110000 1001010 1100001 100011 0 1000111 11001010 1011111 1111

Color Harmonies of #02304A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02304A

Black with #02304A

Text Example


Text Example

White with #02304A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,48,74); }

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

background-color css

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

 a { background-color: rgb(2,48,74); }

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

border-color css

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

 span { border-color: rgb(2,48,74); }

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