Html Css Color HEX #23345A Catalina Blue

📋 copy color: '#23345A'

red 35 ◦ green 52 ◦ blue 90

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

Shades of Catalina Blue #23345A

Tints of Catalina Blue #23345A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 50.85%

R = 19.77%
G = 29.38%
B = 50.85%

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

#23345A (or 0x23345A) is known color: Catalina Blue. HEX triplet: 23, 34 and 5A. RGB value is (35,52,90). Sum of RGB (Red+Green+Blue) = 35+52+90=177 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.77% from 177); Green value is 52 (20.70% from 255 or 29.38% from 177); Blue value is 90 (35.55% from 255 or 50.85% from 177); Max value from RGB is 90 - color contains mainly: blue. Hex color #23345A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23345A is #DCCBA5. Grayscale: #333333. Windows color (decimal): -14470054 or 5911587. OLE color: 5911587.

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

Color convert

RGB 35 52 90 -
CMYK 0.61 0.42 0 0.65
HSL 221.45º 0.44% 0.25% -
HSV(B) 221.45º 0.61% 0.35% -
XYZ 3.77 3.55 10.16 -
YUV 51.25 149.87 116.41 -
System Red Green Blue C M Y K H S L
Decimal 35 52 90 0.61 0.42 0 0.65 221.45 0.44 0.25
Hex 23 34 5A 3D 2A 0 41 DD 2C 19
Octal 43 64 132 75 52 0 101 335 54 31
Binary 100011 110100 1011010 111101 101010 0 1000001 11011101 101100 11001

Color Harmonies of #23345A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23345A

Black with #23345A

Text Example


Text Example

White with #23345A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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