Html Css Color HEX #23345E Catalina Blue

📋 copy color: '#23345E'

red 35 ◦ green 52 ◦ blue 94

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

Shades of Catalina Blue #23345E

Tints of Catalina Blue #23345E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 51.93%

R = 19.34%
G = 28.73%
B = 51.93%

CMYK

 C value IS 0.63

 M value IS 0.45

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#23345E (or 0x23345E) is known color: Catalina Blue. HEX triplet: 23, 34 and 5E. RGB value is (35,52,94). Sum of RGB (Red+Green+Blue) = 35+52+94=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 94 (37.11% from 255 or 51.93% from 181); Max value from RGB is 94 - color contains mainly: blue. Hex color #23345E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23345E is #DCCBA1. Grayscale: #333333. Windows color (decimal): -14470050 or 6173731. OLE color: 6173731.

HSL color Cylindrical-coordinate representation of color #23345E: hue angle of 222.71º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #23345E is Cyan = 0.63, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 35 52 94 -
CMYK 0.63 0.45 0 0.63
HSL 222.71º 0.46% 0.25% -
HSV(B) 222.71º 0.63% 0.37% -
XYZ 3.94 3.62 11.08 -
YUV 51.71 151.87 116.08 -
System Red Green Blue C M Y K H S L
Decimal 35 52 94 0.63 0.45 0 0.63 222.71 0.46 0.25
Hex 23 34 5E 3F 2D 0 3F DF 2E 19
Octal 43 64 136 77 55 0 77 337 56 31
Binary 100011 110100 1011110 111111 101101 0 111111 11011111 101110 11001

Color Harmonies of #23345E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23345E

Black with #23345E

Text Example


Text Example

White with #23345E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23345E; }

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

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

background-color css

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

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

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

border-color css

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

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

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