Html Css Color HEX #307BCD Curious Blue

📋 copy color: '#307BCD'

red 48 ◦ green 123 ◦ blue 205

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

Shades of Curious Blue #307BCD

Tints of Curious Blue #307BCD

RGB

 RED value IS 48 (19.14% from 255) = 12.77%

 GREEN value IS 123 (48.44% from 255) = 32.71%

 BLUE value IS 205 (80.47% from 255) = 54.52%

R = 12.77%
G = 32.71%
B = 54.52%

CMYK

 C value IS 0.77

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#307BCD (or 0x307BCD) is known color: Curious Blue. HEX triplet: 30, 7B and CD. RGB value is (48,123,205). Sum of RGB (Red+Green+Blue) = 48+123+205=376 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.77% from 376); Green value is 123 (48.44% from 255 or 32.71% from 376); Blue value is 205 (80.47% from 255 or 54.52% from 376); Max value from RGB is 205 - color contains mainly: blue. Hex color #307BCD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #307BCD is #CF8432. Grayscale: #6D6D6D. Windows color (decimal): -13599795 or 13466416. OLE color: 13466416.

HSL color Cylindrical-coordinate representation of color #307BCD: hue angle of 211.34º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #307BCD is Cyan = 0.77, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 48 123 205 -
CMYK 0.77 0.4 0 0.20
HSL 211.34º 0.62% 0.5% -
HSV(B) 211.34º 0.77% 0.8% -
XYZ 19.32 19.2 60.45 -
YUV 109.92 181.65 83.83 -
System Red Green Blue C M Y K H S L
Decimal 48 123 205 0.77 0.4 0 0.20 211.34 0.62 0.5
Hex 30 7B CD 4D 28 0 14 D3 3E 32
Octal 60 173 315 115 50 0 24 323 76 62
Binary 110000 1111011 11001101 1001101 101000 0 10100 11010011 111110 110010

Color Harmonies of #307BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #307BCD

Black with #307BCD

Text Example


Text Example

White with #307BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #307BCD; }

 p { color: rgb(48,123,205); }

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

background-color css

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

 a { background-color: rgb(48,123,205); }

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

border-color css

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

 span { border-color: rgb(48,123,205); }

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