Html Css Color HEX #233159 Catalina Blue

📋 copy color: '#233159'

red 35 ◦ green 49 ◦ blue 89

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

Shades of Catalina Blue #233159

Tints of Catalina Blue #233159

RGB

 RED value IS 35 (14.06% from 255) = 20.23%

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

 BLUE value IS 89 (35.16% from 255) = 51.45%

R = 20.23%
G = 28.32%
B = 51.45%

CMYK

 C value IS 0.61

 M value IS 0.45

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#233159 (or 0x233159) is known color: Catalina Blue. HEX triplet: 23, 31 and 59. RGB value is (35,49,89). Sum of RGB (Red+Green+Blue) = 35+49+89=173 (22% of max value = 765). Red value is 35 (14.06% from 255 or 20.23% from 173); Green value is 49 (19.53% from 255 or 28.32% from 173); Blue value is 89 (35.16% from 255 or 51.45% from 173); Max value from RGB is 89 - color contains mainly: blue. Hex color #233159 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233159 is #DCCEA6. Grayscale: #313131. Windows color (decimal): -14470823 or 5845283. OLE color: 5845283.

HSL color Cylindrical-coordinate representation of color #233159: hue angle of 224.44º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #233159 is Cyan = 0.61, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 49 89 -
CMYK 0.61 0.45 0 0.65
HSL 224.44º 0.44% 0.24% -
HSV(B) 224.44º 0.61% 0.35% -
XYZ 3.59 3.28 9.89 -
YUV 49.37 150.36 117.75 -
System Red Green Blue C M Y K H S L
Decimal 35 49 89 0.61 0.45 0 0.65 224.44 0.44 0.24
Hex 23 31 59 3D 2D 0 41 E0 2C 18
Octal 43 61 131 75 55 0 101 340 54 30
Binary 100011 110001 1011001 111101 101101 0 1000001 11100000 101100 11000

Color Harmonies of #233159

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233159

Black with #233159

Text Example


Text Example

White with #233159

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233159; }

 p { color: rgb(35,49,89); }

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

background-color css

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

 a { background-color: rgb(35,49,89); }

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

border-color css

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

 span { border-color: rgb(35,49,89); }

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