Html Css Color HEX #234260 Regal Blue

📋 copy color: '#234260'

red 35 ◦ green 66 ◦ blue 96

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

Shades of Regal Blue #234260

Tints of Regal Blue #234260

RGB

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

 GREEN value IS 66 (26.17% from 255) = 33.5%

 BLUE value IS 96 (37.89% from 255) = 48.73%

R = 17.77%
G = 33.5%
B = 48.73%

CMYK

 C value IS 0.64

 M value IS 0.31

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#234260 (or 0x234260) is known color: Regal Blue. HEX triplet: 23, 42 and 60. RGB value is (35,66,96). Sum of RGB (Red+Green+Blue) = 35+66+96=197 (26% of max value = 765). Red value is 35 (14.06% from 255 or 17.77% from 197); Green value is 66 (26.17% from 255 or 33.50% from 197); Blue value is 96 (37.89% from 255 or 48.73% from 197); Max value from RGB is 96 - color contains mainly: blue. Hex color #234260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #234260 is #DCBD9F. Grayscale: #3C3C3C. Windows color (decimal): -14466464 or 6308387. OLE color: 6308387.

HSL color Cylindrical-coordinate representation of color #234260: hue angle of 209.51º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #234260 is Cyan = 0.64, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 35 66 96 -
CMYK 0.64 0.31 0 0.62
HSL 209.51º 0.47% 0.26% -
HSV(B) 209.51º 0.64% 0.38% -
XYZ 4.75 5.1 11.8 -
YUV 60.15 148.23 110.06 -
System Red Green Blue C M Y K H S L
Decimal 35 66 96 0.64 0.31 0 0.62 209.51 0.47 0.26
Hex 23 42 60 40 1F 0 3E D2 2F 1A
Octal 43 102 140 100 37 0 76 322 57 32
Binary 100011 1000010 1100000 1000000 11111 0 111110 11010010 101111 11010

Color Harmonies of #234260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #234260

Black with #234260

Text Example


Text Example

White with #234260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #234260; }

 p { color: rgb(35,66,96); }

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

background-color css

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

 a { background-color: rgb(35,66,96); }

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

border-color css

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

 span { border-color: rgb(35,66,96); }

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