Html Css Color HEX #233459 Catalina Blue

📋 copy color: '#233459'

red 35 ◦ green 52 ◦ blue 89

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

Shades of Catalina Blue #233459

Tints of Catalina Blue #233459

RGB

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

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

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

R = 19.89%
G = 29.55%
B = 50.57%

CMYK

 C value IS 0.61

 M value IS 0.42

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#233459 (or 0x233459) is known color: Catalina Blue. HEX triplet: 23, 34 and 59. RGB value is (35,52,89). Sum of RGB (Red+Green+Blue) = 35+52+89=176 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.89% from 176); Green value is 52 (20.70% from 255 or 29.55% from 176); Blue value is 89 (35.16% from 255 or 50.57% from 176); Max value from RGB is 89 - color contains mainly: blue. Hex color #233459 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233459 is #DCCBA6. Grayscale: #323232. Windows color (decimal): -14470055 or 5846051. OLE color: 5846051.

HSL color Cylindrical-coordinate representation of color #233459: hue angle of 221.11º 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 #233459 is Cyan = 0.61, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 35 52 89 -
CMYK 0.61 0.42 0 0.65
HSL 221.11º 0.44% 0.24% -
HSV(B) 221.11º 0.61% 0.35% -
XYZ 3.72 3.53 9.94 -
YUV 51.14 149.37 116.49 -
System Red Green Blue C M Y K H S L
Decimal 35 52 89 0.61 0.42 0 0.65 221.11 0.44 0.24
Hex 23 34 59 3D 2A 0 41 DD 2C 18
Octal 43 64 131 75 52 0 101 335 54 30
Binary 100011 110100 1011001 111101 101010 0 1000001 11011101 101100 11000

Color Harmonies of #233459

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233459

Black with #233459

Text Example


Text Example

White with #233459

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233459; }

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

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

background-color css

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

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

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

border-color css

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

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

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