Html Css Color HEX #23385D Catalina Blue

📋 copy color: '#23385D'

red 35 ◦ green 56 ◦ blue 93

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

Shades of Catalina Blue #23385D

Tints of Catalina Blue #23385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 50.54%

R = 19.02%
G = 30.43%
B = 50.54%

CMYK

 C value IS 0.62

 M value IS 0.40

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23385D (or 0x23385D) is known color: Catalina Blue. HEX triplet: 23, 38 and 5D. RGB value is (35,56,93). Sum of RGB (Red+Green+Blue) = 35+56+93=184 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.02% from 184); Green value is 56 (22.27% from 255 or 30.43% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #23385D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23385D is #DCC7A2. Grayscale: #353535. Windows color (decimal): -14469027 or 6109219. OLE color: 6109219.

HSL color Cylindrical-coordinate representation of color #23385D: hue angle of 218.28º degrees, saturation: 0.45, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #23385D is Cyan = 0.62, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 56 93 -
CMYK 0.62 0.40 0 0.64
HSL 218.28º 0.45% 0.25% -
HSV(B) 218.28º 0.62% 0.36% -
XYZ 4.08 3.98 10.91 -
YUV 53.94 150.04 114.49 -
System Red Green Blue C M Y K H S L
Decimal 35 56 93 0.62 0.40 0 0.64 218.28 0.45 0.25
Hex 23 38 5D 3E 28 0 40 DA 2D 19
Octal 43 70 135 76 50 0 100 332 55 31
Binary 100011 111000 1011101 111110 101000 0 1000000 11011010 101101 11001

Color Harmonies of #23385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23385D

Black with #23385D

Text Example


Text Example

White with #23385D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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