Html Css Color HEX #23315B Catalina Blue

📋 copy color: '#23315B'

red 35 ◦ green 49 ◦ blue 91

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

Shades of Catalina Blue #23315B

Tints of Catalina Blue #23315B

RGB

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

 GREEN value IS 49 (19.53% from 255) = 28%

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

R = 20%
G = 28%
B = 52%

CMYK

 C value IS 0.62

 M value IS 0.46

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#23315B (or 0x23315B) is known color: Catalina Blue. HEX triplet: 23, 31 and 5B. RGB value is (35,49,91). Sum of RGB (Red+Green+Blue) = 35+49+91=175 (23% of max value = 765). Red value is 35 (14.06% from 255 or 20% from 175); Green value is 49 (19.53% from 255 or 28% from 175); Blue value is 91 (35.94% from 255 or 52% from 175); Max value from RGB is 91 - color contains mainly: blue. Hex color #23315B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23315B is #DCCEA4. Grayscale: #313131. Windows color (decimal): -14470821 or 5976355. OLE color: 5976355.

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

Color convert

RGB 35 49 91 -
CMYK 0.62 0.46 0 0.64
HSL 225º 0.44% 0.25% -
HSV(B) 225º 0.62% 0.36% -
XYZ 3.68 3.31 10.34 -
YUV 49.6 151.36 117.58 -
System Red Green Blue C M Y K H S L
Decimal 35 49 91 0.62 0.46 0 0.64 225 0.44 0.25
Hex 23 31 5B 3E 2E 0 40 E1 2C 19
Octal 43 61 133 76 56 0 100 341 54 31
Binary 100011 110001 1011011 111110 101110 0 1000000 11100001 101100 11001

Color Harmonies of #23315B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23315B

Black with #23315B

Text Example


Text Example

White with #23315B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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