Html Css Color HEX #243B65 Catalina Blue

📋 copy color: '#243B65'

red 36 ◦ green 59 ◦ blue 101

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

Shades of Catalina Blue #243B65

Tints of Catalina Blue #243B65

RGB

 RED value IS 36 (14.45% from 255) = 18.37%

 GREEN value IS 59 (23.44% from 255) = 30.1%

 BLUE value IS 101 (39.84% from 255) = 51.53%

R = 18.37%
G = 30.1%
B = 51.53%

CMYK

 C value IS 0.64

 M value IS 0.42

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#243B65 (or 0x243B65) is known color: Catalina Blue. HEX triplet: 24, 3B and 65. RGB value is (36,59,101). Sum of RGB (Red+Green+Blue) = 36+59+101=196 (25% of max value = 765). Red value is 36 (14.45% from 255 or 18.37% from 196); Green value is 59 (23.44% from 255 or 30.10% from 196); Blue value is 101 (39.84% from 255 or 51.53% from 196); Max value from RGB is 101 - color contains mainly: blue. Hex color #243B65 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243B65 is #DBC49A. Grayscale: #383838. Windows color (decimal): -14402715 or 6634276. OLE color: 6634276.

HSL color Cylindrical-coordinate representation of color #243B65: hue angle of 218.77º degrees, saturation: 0.47, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #243B65 is Cyan = 0.64, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 36 59 101 -
CMYK 0.64 0.42 0 0.60
HSL 218.77º 0.47% 0.27% -
HSV(B) 218.77º 0.64% 0.4% -
XYZ 4.64 4.44 12.92 -
YUV 56.91 152.88 113.08 -
System Red Green Blue C M Y K H S L
Decimal 36 59 101 0.64 0.42 0 0.60 218.77 0.47 0.27
Hex 24 3B 65 40 2A 0 3C DB 2F 1B
Octal 44 73 145 100 52 0 74 333 57 33
Binary 100100 111011 1100101 1000000 101010 0 111100 11011011 101111 11011

Color Harmonies of #243B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243B65

Black with #243B65

Text Example


Text Example

White with #243B65

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #243B65; }

 p { color: rgb(36,59,101); }

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

background-color css

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

 a { background-color: rgb(36,59,101); }

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

border-color css

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

 span { border-color: rgb(36,59,101); }

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