Html Css Color HEX #293F69 Catalina Blue

📋 copy color: '#293F69'

red 41 ◦ green 63 ◦ blue 105

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

Shades of Catalina Blue #293F69

Tints of Catalina Blue #293F69

RGB

 RED value IS 41 (16.41% from 255) = 19.62%

 GREEN value IS 63 (25% from 255) = 30.14%

 BLUE value IS 105 (41.41% from 255) = 50.24%

R = 19.62%
G = 30.14%
B = 50.24%

CMYK

 C value IS 0.61

 M value IS 0.4

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#293F69 (or 0x293F69) is known color: Catalina Blue. HEX triplet: 29, 3F and 69. RGB value is (41,63,105). Sum of RGB (Red+Green+Blue) = 41+63+105=209 (27% of max value = 765). Red value is 41 (16.41% from 255 or 19.62% from 209); Green value is 63 (25% from 255 or 30.14% from 209); Blue value is 105 (41.41% from 255 or 50.24% from 209); Max value from RGB is 105 - color contains mainly: blue. Hex color #293F69 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #293F69 is #D6C096. Grayscale: #3D3D3D. Windows color (decimal): -14074007 or 6897449. OLE color: 6897449.

HSL color Cylindrical-coordinate representation of color #293F69: hue angle of 219.38º degrees, saturation: 0.44, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #293F69 is Cyan = 0.61, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 41 63 105 -
CMYK 0.61 0.4 0 0.59
HSL 219.38º 0.44% 0.29% -
HSV(B) 219.38º 0.61% 0.41% -
XYZ 5.24 5.05 14.06 -
YUV 61.21 152.71 113.58 -
System Red Green Blue C M Y K H S L
Decimal 41 63 105 0.61 0.4 0 0.59 219.38 0.44 0.29
Hex 29 3F 69 3D 28 0 3B DB 2C 1D
Octal 51 77 151 75 50 0 73 333 54 35
Binary 101001 111111 1101001 111101 101000 0 111011 11011011 101100 11101

Color Harmonies of #293F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #293F69

Black with #293F69

Text Example


Text Example

White with #293F69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #293F69; }

 p { color: rgb(41,63,105); }

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

background-color css

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

 a { background-color: rgb(41,63,105); }

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

border-color css

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

 span { border-color: rgb(41,63,105); }

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