Html Css Color HEX #033440 Sherpa Blue

📋 copy color: '#033440'

red 3 ◦ green 52 ◦ blue 64

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

Shades of Sherpa Blue #033440

Tints of Sherpa Blue #033440

RGB

 RED value IS 3 (1.56% from 255) = 2.52%

 GREEN value IS 52 (20.7% from 255) = 43.7%

 BLUE value IS 64 (25.39% from 255) = 53.78%

R = 2.52%
G = 43.7%
B = 53.78%

CMYK

 C value IS 0.95

 M value IS 0.19

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#033440 (or 0x033440) is known color: Sherpa Blue. HEX triplet: 03, 34 and 40. RGB value is (3,52,64). Sum of RGB (Red+Green+Blue) = 3+52+64=119 (15% of max value = 765). Red value is 3 (1.56% from 255 or 2.52% from 119); Green value is 52 (20.70% from 255 or 43.70% from 119); Blue value is 64 (25.39% from 255 or 53.78% from 119); Max value from RGB is 64 - color contains mainly: blue. Hex color #033440 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #033440 is #FCCBBF. Grayscale: #262626. Windows color (decimal): -16567232 or 4207619. OLE color: 4207619.

HSL color Cylindrical-coordinate representation of color #033440: hue angle of 191.8º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #033440 is Cyan = 0.95, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 3 52 64 -
CMYK 0.95 0.19 0 0.75
HSL 191.8º 0.91% 0.13% -
HSV(B) 191.8º 0.95% 0.25% -
XYZ 2.19 2.85 5.28 -
YUV 38.72 142.27 102.52 -
System Red Green Blue C M Y K H S L
Decimal 3 52 64 0.95 0.19 0 0.75 191.8 0.91 0.13
Hex 3 34 40 5F 13 0 4B C0 5B D
Octal 3 64 100 137 23 0 113 300 133 15
Binary 11 110100 1000000 1011111 10011 0 1001011 11000000 1011011 1101

Color Harmonies of #033440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #033440

Black with #033440

Text Example


Text Example

White with #033440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #033440; }

 p { color: rgb(3,52,64); }

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

background-color css

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

 a { background-color: rgb(3,52,64); }

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

border-color css

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

 span { border-color: rgb(3,52,64); }

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