Html Css Color HEX #23385A Catalina Blue

📋 copy color: '#23385A'

red 35 ◦ green 56 ◦ blue 90

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

Shades of Catalina Blue #23385A

Tints of Catalina Blue #23385A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 19.34%
G = 30.94%
B = 49.72%

CMYK

 C value IS 0.61

 M value IS 0.38

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#23385A (or 0x23385A) is known color: Catalina Blue. HEX triplet: 23, 38 and 5A. RGB value is (35,56,90). Sum of RGB (Red+Green+Blue) = 35+56+90=181 (23% of max value = 765). Red value is 35 (14.06% from 255 or 19.34% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 90 (35.55% from 255 or 49.72% from 181); Max value from RGB is 90 - color contains mainly: blue. Hex color #23385A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23385A is #DCC7A5. Grayscale: #353535. Windows color (decimal): -14469030 or 5912611. OLE color: 5912611.

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

Color convert

RGB 35 56 90 -
CMYK 0.61 0.38 0 0.65
HSL 217.09º 0.44% 0.25% -
HSV(B) 217.09º 0.61% 0.35% -
XYZ 3.95 3.92 10.22 -
YUV 53.6 148.54 114.74 -
System Red Green Blue C M Y K H S L
Decimal 35 56 90 0.61 0.38 0 0.65 217.09 0.44 0.25
Hex 23 38 5A 3D 26 0 41 D9 2C 19
Octal 43 70 132 75 46 0 101 331 54 31
Binary 100011 111000 1011010 111101 100110 0 1000001 11011001 101100 11001

Color Harmonies of #23385A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23385A

Black with #23385A

Text Example


Text Example

White with #23385A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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