Html Css Color HEX #23395B Catalina Blue

📋 copy color: '#23395B'

red 35 ◦ green 57 ◦ blue 91

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

Shades of Catalina Blue #23395B

Tints of Catalina Blue #23395B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 31.15%

 BLUE value IS 91 (35.94% from 255) = 49.73%

R = 19.13%
G = 31.15%
B = 49.73%

CMYK

 C value IS 0.62

 M value IS 0.37

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23395B (or 0x23395B) is known color: Catalina Blue. HEX triplet: 23, 39 and 5B. RGB value is (35,57,91). Sum of RGB (Red+Green+Blue) = 35+57+91=183 (24% of max value = 765). Red value is 35 (14.06% from 255 or 19.13% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 91 (35.94% from 255 or 49.73% from 183); Max value from RGB is 91 - color contains mainly: blue. Hex color #23395B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23395B is #DCC6A4. Grayscale: #363636. Windows color (decimal): -14468773 or 5978403. OLE color: 5978403.

HSL color Cylindrical-coordinate representation of color #23395B: hue angle of 216.43º degrees, saturation: 0.44, 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 #23395B is Cyan = 0.62, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 35 57 91 -
CMYK 0.62 0.37 0 0.64
HSL 216.43º 0.44% 0.25% -
HSV(B) 216.43º 0.62% 0.36% -
XYZ 4.04 4.04 10.46 -
YUV 54.3 148.71 114.24 -
System Red Green Blue C M Y K H S L
Decimal 35 57 91 0.62 0.37 0 0.64 216.43 0.44 0.25
Hex 23 39 5B 3E 25 0 40 D8 2C 19
Octal 43 71 133 76 45 0 100 330 54 31
Binary 100011 111001 1011011 111110 100101 0 1000000 11011000 101100 11001

Color Harmonies of #23395B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23395B

Black with #23395B

Text Example


Text Example

White with #23395B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23395B; }

 p { color: rgb(35,57,91); }

 H1.HeaderClassName
 {
   color: #23395B;
 }
 .AnyTagClassName
 {
   color: #23395B;
 }
</style>

background-color css

<style>
 a { background-color: #23395B; }

 a { background-color: rgb(35,57,91); }

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

border-color css

<style>
 span { border-color: #23395B; }

 span { border-color: rgb(35,57,91); }

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