Html Css Color HEX #23466B Arapawa

📋 copy color: '#23466B'

red 35 ◦ green 70 ◦ blue 107

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

Shades of Arapawa #23466B

Tints of Arapawa #23466B

RGB

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

 GREEN value IS 70 (27.73% from 255) = 33.02%

 BLUE value IS 107 (42.19% from 255) = 50.47%

R = 16.51%
G = 33.02%
B = 50.47%

CMYK

 C value IS 0.67

 M value IS 0.35

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#23466B (or 0x23466B) is known color: Arapawa. HEX triplet: 23, 46 and 6B. RGB value is (35,70,107). Sum of RGB (Red+Green+Blue) = 35+70+107=212 (28% of max value = 765). Red value is 35 (14.06% from 255 or 16.51% from 212); Green value is 70 (27.73% from 255 or 33.02% from 212); Blue value is 107 (42.19% from 255 or 50.47% from 212); Max value from RGB is 107 - color contains mainly: blue. Hex color #23466B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #23466B is #DCB994. Grayscale: #3F3F3F. Windows color (decimal): -14465429 or 7030307. OLE color: 7030307.

HSL color Cylindrical-coordinate representation of color #23466B: hue angle of 210.83º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #23466B is Cyan = 0.67, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 35 70 107 -
CMYK 0.67 0.35 0 0.58
HSL 210.83º 0.51% 0.28% -
HSV(B) 210.83º 0.67% 0.42% -
XYZ 5.54 5.8 14.74 -
YUV 63.75 152.4 107.49 -
System Red Green Blue C M Y K H S L
Decimal 35 70 107 0.67 0.35 0 0.58 210.83 0.51 0.28
Hex 23 46 6B 43 23 0 3A D3 33 1C
Octal 43 106 153 103 43 0 72 323 63 34
Binary 100011 1000110 1101011 1000011 100011 0 111010 11010011 110011 11100

Color Harmonies of #23466B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #23466B

Black with #23466B

Text Example


Text Example

White with #23466B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #23466B; }

 p { color: rgb(35,70,107); }

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

background-color css

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

 a { background-color: rgb(35,70,107); }

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

border-color css

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

 span { border-color: rgb(35,70,107); }

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