Html Css Color HEX #243A68 Catalina Blue

📋 copy color: '#243A68'

red 36 ◦ green 58 ◦ blue 104

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

Shades of Catalina Blue #243A68

Tints of Catalina Blue #243A68

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.29%

 BLUE value IS 104 (41.02% from 255) = 52.53%

R = 18.18%
G = 29.29%
B = 52.53%

CMYK

 C value IS 0.65

 M value IS 0.44

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#243A68 (or 0x243A68) is known color: Catalina Blue. HEX triplet: 24, 3A and 68. RGB value is (36,58,104). Sum of RGB (Red+Green+Blue) = 36+58+104=198 (26% of max value = 765). Red value is 36 (14.45% from 255 or 18.18% from 198); Green value is 58 (23.05% from 255 or 29.29% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #243A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #243A68 is #DBC597. Grayscale: #383838. Windows color (decimal): -14402968 or 6830628. OLE color: 6830628.

HSL color Cylindrical-coordinate representation of color #243A68: hue angle of 220.59º degrees, saturation: 0.49, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #243A68 is Cyan = 0.65, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 36 58 104 -
CMYK 0.65 0.44 0 0.59
HSL 220.59º 0.49% 0.27% -
HSV(B) 220.59º 0.65% 0.41% -
XYZ 4.74 4.4 13.7 -
YUV 56.67 154.71 113.26 -
System Red Green Blue C M Y K H S L
Decimal 36 58 104 0.65 0.44 0 0.59 220.59 0.49 0.27
Hex 24 3A 68 41 2C 0 3B DD 31 1B
Octal 44 72 150 101 54 0 73 335 61 33
Binary 100100 111010 1101000 1000001 101100 0 111011 11011101 110001 11011

Color Harmonies of #243A68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #243A68

Black with #243A68

Text Example


Text Example

White with #243A68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(36,58,104); }

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

background-color css

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

 a { background-color: rgb(36,58,104); }

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

border-color css

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

 span { border-color: rgb(36,58,104); }

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