Html Css Color HEX #233863 Catalina Blue

📋 copy color: '#233863'

red 35 ◦ green 56 ◦ blue 99

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

Shades of Catalina Blue #233863

Tints of Catalina Blue #233863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 52.11%

R = 18.42%
G = 29.47%
B = 52.11%

CMYK

 C value IS 0.65

 M value IS 0.43

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#233863 (or 0x233863) is known color: Catalina Blue. HEX triplet: 23, 38 and 63. RGB value is (35,56,99). Sum of RGB (Red+Green+Blue) = 35+56+99=190 (25% of max value = 765). Red value is 35 (14.06% from 255 or 18.42% from 190); Green value is 56 (22.27% from 255 or 29.47% from 190); Blue value is 99 (39.06% from 255 or 52.11% from 190); Max value from RGB is 99 - color contains mainly: blue. Hex color #233863 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #233863 is #DCC79C. Grayscale: #363636. Windows color (decimal): -14469021 or 6502435. OLE color: 6502435.

HSL color Cylindrical-coordinate representation of color #233863: hue angle of 220.31º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #233863 is Cyan = 0.65, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 35 56 99 -
CMYK 0.65 0.43 0 0.61
HSL 220.31º 0.48% 0.26% -
HSV(B) 220.31º 0.65% 0.39% -
XYZ 4.36 4.09 12.36 -
YUV 54.62 153.04 114 -
System Red Green Blue C M Y K H S L
Decimal 35 56 99 0.65 0.43 0 0.61 220.31 0.48 0.26
Hex 23 38 63 41 2B 0 3D DC 30 1A
Octal 43 70 143 101 53 0 75 334 60 32
Binary 100011 111000 1100011 1000001 101011 0 111101 11011100 110000 11010

Color Harmonies of #233863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #233863

Black with #233863

Text Example


Text Example

White with #233863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #233863; }

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

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

background-color css

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

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

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

border-color css

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

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

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