Html Css Color HEX #23355A Catalina Blue

📋 copy color: '#23355A'

red 35 ◦ green 53 ◦ blue 90

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

Shades of Catalina Blue #23355A

Tints of Catalina Blue #23355A

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.78%

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

R = 19.66%
G = 29.78%
B = 50.56%

CMYK

 C value IS 0.61

 M value IS 0.41

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23355A (or 0x23355A) is known color: Catalina Blue. HEX triplet: 23, 35 and 5A. RGB value is (35,53,90). Sum of RGB (Red+Green+Blue) = 35+53+90=178 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.66% from 178); Green value is 53 (21.09% from 255 or 29.78% from 178); Blue value is 90 (35.55% from 255 or 50.56% from 178); Max value from RGB is 90 - color contains mainly: blue. Hex color #23355A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23355A is #DCCAA5. Grayscale: #333333. Windows color (decimal): -14469798 or 5911843. OLE color: 5911843.

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

Color convert

RGB 35 53 90 -
CMYK 0.61 0.41 0 0.65
HSL 220.36º 0.44% 0.25% -
HSV(B) 220.36º 0.61% 0.35% -
XYZ 3.81 3.64 10.17 -
YUV 51.84 149.54 115.99 -
System Red Green Blue C M Y K H S L
Decimal 35 53 90 0.61 0.41 0 0.65 220.36 0.44 0.25
Hex 23 35 5A 3D 29 0 41 DC 2C 19
Octal 43 65 132 75 51 0 101 334 54 31
Binary 100011 110101 1011010 111101 101001 0 1000001 11011100 101100 11001

Color Harmonies of #23355A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23355A

Black with #23355A

Text Example


Text Example

White with #23355A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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