Html Css Color HEX #274469 Catalina Blue

📋 copy color: '#274469'

red 39 ◦ green 68 ◦ blue 105

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

Shades of Catalina Blue #274469

Tints of Catalina Blue #274469

RGB

 RED value IS 39 (15.63% from 255) = 18.4%

 GREEN value IS 68 (26.95% from 255) = 32.08%

 BLUE value IS 105 (41.41% from 255) = 49.53%

R = 18.4%
G = 32.08%
B = 49.53%

CMYK

 C value IS 0.63

 M value IS 0.35

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#274469 (or 0x274469) is known color: Catalina Blue. HEX triplet: 27, 44 and 69. RGB value is (39,68,105). Sum of RGB (Red+Green+Blue) = 39+68+105=212 (28% of max value = 765). Red value is 39 (15.62% from 255 or 18.40% from 212); Green value is 68 (26.95% from 255 or 32.08% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #274469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #274469 is #D8BB96. Grayscale: #3F3F3F. Windows color (decimal): -14203799 or 6898727. OLE color: 6898727.

HSL color Cylindrical-coordinate representation of color #274469: hue angle of 213.64º degrees, saturation: 0.46, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #274469 is Cyan = 0.63, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 39 68 105 -
CMYK 0.63 0.35 0 0.59
HSL 213.64º 0.46% 0.28% -
HSV(B) 213.64º 0.63% 0.41% -
XYZ 5.45 5.59 14.16 -
YUV 63.55 151.39 110.49 -
System Red Green Blue C M Y K H S L
Decimal 39 68 105 0.63 0.35 0 0.59 213.64 0.46 0.28
Hex 27 44 69 3F 23 0 3B D6 2E 1C
Octal 47 104 151 77 43 0 73 326 56 34
Binary 100111 1000100 1101001 111111 100011 0 111011 11010110 101110 11100

Color Harmonies of #274469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #274469

Black with #274469

Text Example


Text Example

White with #274469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #274469; }

 p { color: rgb(39,68,105); }

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

background-color css

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

 a { background-color: rgb(39,68,105); }

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

border-color css

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

 span { border-color: rgb(39,68,105); }

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